python – 无法导入Pandas:TypeError

python – 无法导入Pandas:TypeError,第1张

概述我想使用以下pandas,但根本无法导入它. https://github.com/pydata/pandas/releases/download/v0.15.0/pandas-0.15.0.win-amd64-py2.7.exe 但是我无法导入它: import pandas as pdTraceback (most recent call last): File "<pyshell#0 我想使用以下pandas,但根本无法导入它.

https://github.com/pydata/pandas/releases/download/v0.15.0/pandas-0.15.0.win-amd64-py2.7.exe

但是我无法导入它:

import pandas as pdTraceback (most recent call last):  file "<pyshell#0>",line 1,in <module>    import pandas as pd  file "C:\Python27\lib\site-packages\pandas\__init__.py",line 45,in <module>    from pandas.io.API import *  file "C:\Python27\lib\site-packages\pandas\io\API.py",line 15,in <module>    from pandas.io.gbq import read_gbq  file "C:\Python27\lib\site-packages\pandas\io\gbq.py",line 39,in <module>    if LooseVersion(_Google_API_CLIENT_VERSION >= '1.2.0'):  file "C:\Python27\lib\distutils\version.py",line 265,in __init__    self.parse(vstring)  file "C:\Python27\lib\distutils\version.py",line 274,in parse    self.component_re.split(vstring))TypeError: expected string or buffer

怎么了?

解决方法 将Google-API-python-clIEnt升级到高于1.2.0的版本时,我发生了这种情况.
问题出在Pandas上,但它已修复: https://github.com/pydata/pandas/commit/403f38da35ab04d3997f61db3c98134fe02910d3

解决方案是降级Google-API-python-clIEnt,自行修复pandas中的行或等待pandas 0.15.1

总结

以上是内存溢出为你收集整理的python – 无法导入Pandas:TypeError全部内容,希望文章能够帮你解决python – 无法导入Pandas:TypeError所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/1193222.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-03
下一篇 2022-06-03

发表评论

登录后才能评论

评论列表(0条)

保存