早上好,升級Python模塊的最佳實踐?
我已經學習Python兩三個月了,但現在發現我的2.7安裝時出現了一些問題,因爲我查看了nltk等模塊。
然而,當我想用幫助(「模塊)列出模塊我已在主要的錯誤,我想解釋的問題是:
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/distribute-0.6.28-py2.7.egg/setuptools/command/install_scripts.py:3: UserWarning: Module numpy was already imported from /Library/Python/2.7/site-packages/numpy-override/numpy/__init__.pyc, but /Library/Python/2.7/site-packages/numpy-1.8.0.dev_5c944b9_20120828-py2.7-macosx-10.8-x86_64.egg is being added to sys.path
from pkg_resources import Distribution, PathMetadata, ensure_directory
我也收到以下錯誤做過時的模塊:
/Library/Python/2.7/site-packages/statsmodels-0.5.0-py2.7-macosx-10.8-intel.egg/scikits/statsmodels/__init__.py:2: UserWarning: scikits.statsmodels namespace is deprecated and will be removed in 0.5, please use statsmodels instead
我仍然在試圖去與路徑和奇蹟交手,如果有人能幫助我在今後避免這個問題,謝謝。
謝謝你。聽起來像我會有一些樂趣,然後。這會教會我在沒有對自己的工作有清楚的理解的情況下進行攻擊。 – elksie5000
這不完全是你的錯:互聯網上有很多不好的例子,告訴你做「sudo easy_install」。它會在短期內解決你的問題,以後再咬掉你的腿。 –