这篇文章主要为大家详细介绍了解决python3安装pandas出错的问题,具有一定的参考价值,可以用来参考一下。
感兴趣的小伙伴,下面一起跟随四海网的雯雯来看看吧!
Running setup.py (path:/data/envs/py3/build/pandas/setup.py) egg_info for package pandas
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/data/envs/py3/build/pandas/setup.py", line 736, in <module>
packages=find_packages(include=['pandas', 'pandas.*']),
TypeError: find_packages() got an unexpected keyword argument 'include'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/data/envs/py3/build/pandas/setup.py", line 736, in <module>
packages=find_packages(include=['pandas', 'pandas.*']),
TypeError: find_packages() got an unexpected keyword argument 'include'
(原因是include 中的 find_packages()过于老旧)
代码如下:
pip install -U setuptools
解决python3安装pandas出错的问题
然后就可以正常安装!!!
最近在PyCharm上安装pandas库的时候,总是安装不上,提示好像是pip除了错误。
我使用的是python 3.4版本。最后判断应该是自己pip版本应该太旧了,最后再cmd更新了pip之后就行了。
代码如下:
python -m pip install -U pip
解决python3安装pandas出错的问题
更新完成之后,在PyCharm平台正常搜索安装pandas库就行了。
以上为个人经验,希望能给大家一个参考,也希望大家多多支持四海网。
本文来自:http://www.q1010.com/181/18575-0.html
注:关于解决python3安装pandas出错的问题的内容就先介绍到这里,更多相关文章的可以留意四海网的其他信息。
关键词:python
四海网收集整理一些常用的php代码,JS代码,数据库mysql等技术文章。