2016-03-13 76 views
1

我試圖plotly安裝和我得到這個錯誤Command python setup.py egg_info failed with error code 1的Python:無法安裝新的軟件包的Ubuntu 15.10

其實我每一次我嘗試安裝任何新的軟件包得到這個錯誤 我已經嘗試了許多建議的解決方案並沒有爲我工作:

Can't install new python module [Ubuntu 15.10]

我嘗試這樣做:python -m pip install plotly sudo pip install plotly

輸出:

File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 839, in resolve 

raise DistributionNotFound(req, requirers) 

pkg_resources.DistributionNotFound: The 'ruamel.yaml>=0.10.7'distribution was not found and is required by the application 

Cleaning up... 
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-azNxLO/plotly 
Storing debug log for failure in /home/tyahmed/.pip/pip.log 
+0

你怎麼想安裝?什麼是完整的輸出? – jordanm

+0

已更新的問題 – severine

回答