主頁 > 知識(shí)庫 > 解決python3安裝pandas出錯(cuò)的問題

解決python3安裝pandas出錯(cuò)的問題

熱門標(biāo)簽:富錦商家地圖標(biāo)注 池州外呼調(diào)研線路 沈陽人工外呼系統(tǒng)價(jià)格 沈陽防封電銷卡品牌 如何申請(qǐng)400電話費(fèi)用 外呼系統(tǒng)哪些好辦 江西省地圖標(biāo)注 沈陽外呼系統(tǒng)呼叫系統(tǒng) 武漢外呼系統(tǒng)平臺(tái)

安裝pandas出錯(cuò):

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

然后就可以正常安裝?。?!

補(bǔ)充:pyCharm上解決安裝不上pandas庫問題

最近在PyCharm上安裝pandas庫的時(shí)候,總是安裝不上,提示好像是pip除了錯(cuò)誤。

我使用的是python 3.4版本。最后判斷應(yīng)該是自己pip版本應(yīng)該太舊了,最后再cmd更新了pip之后就行了。

如下在cmd操作指令:

python -m pip install -U pip

更新完成之后,在PyCharm平臺(tái)正常搜索安裝pandas庫就行了。

以上為個(gè)人經(jīng)驗(yàn),希望能給大家一個(gè)參考,也希望大家多多支持腳本之家。

您可能感興趣的文章:
  • 利用python Pandas實(shí)現(xiàn)批量拆分Excel與合并Excel
  • Python機(jī)器學(xué)習(xí)三大件之二pandas
  • Python Pandas知識(shí)點(diǎn)之缺失值處理詳解
  • Python基礎(chǔ)之pandas數(shù)據(jù)合并
  • python基于Pandas讀寫MySQL數(shù)據(jù)庫
  • python pandas合并Sheet,處理列亂序和出現(xiàn)Unnamed列的解決
  • python 使用pandas同時(shí)對(duì)多列進(jìn)行賦值
  • Python3 pandas.concat的用法說明
  • python pandas模糊匹配 讀取Excel后 獲取指定指標(biāo)的操作
  • Python數(shù)據(jù)分析之pandas讀取數(shù)據(jù)

標(biāo)簽:阿里 潛江 通遼 株洲 銅川 常德 呂梁 黑龍江

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《解決python3安裝pandas出錯(cuò)的問題》,本文關(guān)鍵詞  解決,python3,安裝,pandas,出,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《解決python3安裝pandas出錯(cuò)的問題》相關(guān)的同類信息!
  • 本頁收集關(guān)于解決python3安裝pandas出錯(cuò)的問題的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章