Using a coordinate with ws.cell is deprecated问题的解决
Posted clever101
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Using a coordinate with ws.cell is deprecated问题的解决相关的知识,希望对你有一定的参考价值。
作者:朱金灿
来源:clever101的专栏
问题描述
一位朋友向我请教一个python编程的问题:在自己的机器上运行没问题,在客户的机器上运行出错,错误截图如下:
问题分析和解决
从上面的截图:Using a coordinate with ws.cell is deprecated. Use ws[coordinate] instead"。可以分析出是由于库的版本升级造成接口的不兼容。解决办法是在Pycharm里指定库版本,具体是在setting界面中,选择Project Interpreter,点击+号,搜索模块名称,在右下方可以选择需要安装的版本,如下图:
参考文献
以上是关于Using a coordinate with ws.cell is deprecated问题的解决的主要内容,如果未能解决你的问题,请参考以下文章
[RxJS] Reactive Programming - Using cached network data with RxJS -- withLatestFrom()
sublime text 替换功能使用反向引用 replace with using
Using AngularJS with .NET MVC 5
Using View and Data API with Meteor
《Learning to Coordinate with Coordination Graphs in Repeated Single-Stage Multi-Agent Decision Probl
Android Intent to Google Maps Navigation using Google Place id (not by Coordinates or Address)