您好,登錄后才能下訂單哦!
這篇文章主要介紹了python3安裝pandas出錯如何解決的相關知識,內容詳細易懂,操作簡單快捷,具有一定借鑒價值,相信大家閱讀完這篇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
然后就可以正常安裝!!!
補充:pyCharm上解決安裝不上pandas庫問題
最近在PyCharm上安裝pandas庫的時候,總是安裝不上,提示好像是pip出了錯誤。
我使用的是python 3.4版本。最后判斷應該是自己pip版本應該太舊了,最后再cmd更新了pip之后就行了。
python -m pip install -U pip
更新完成之后,在PyCharm平臺正常搜索安裝pandas庫就行了。
關于“python3安裝pandas出錯如何解決”這篇文章的內容就介紹到這里,感謝各位的閱讀!相信大家對“python3安裝pandas出錯如何解決”知識都有一定的了解,大家如果還想學習更多知識,歡迎關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。