私は数ヶ月間Pythonを学んでいますが、nltkなどのモジュールを調べたところ、2.7のインストールでいくつかの問題が見つかりました。
ただし、ヘルプ(「モジュール」)を使用してモジュールを一覧表示したい場合、問題を説明すると思われる主なエラーがあります。
/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
私はまだ道をつかもうとしています。どうすればこの問題を将来回避できますか?