当前位置:   article > 正文

解决:ImportError: cannot import name_importerror: cannot import name 'passwordauth

importerror: cannot import name 'passwordauth


这个问题基本可以确定是tushare和pandas版本匹配问题。因为tushare本身有调用pandas,随着tushare版本更新,其调用的pandas版本也在升高。
如果你用低版本tushare做的程序在原来环境下可以使用,但是到了新电脑上出现此问题,最好是更新tushare,问题源自pandas版本高了;(比如我这里遇到的问题),当然也可以降低pandas版本,这涉及到你自己程序可能调用的其他模块。
总的来说,是tuahare、pandas、pip三者之间的某种组合问题。

错误描述


原因是由于pandas版本(0.25.0)更新中移除了pandas.compat。1

解决方案
本例中出现这个问题是因为tushare调用使用pandas导致,更新tushare就好了。

pip install tushare --upgrade
 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/393564
推荐阅读
相关标签
  

闽ICP备14008679号