に見つからない私はピップを介してパッケージをインストールしようとすると、私はメッセージはImportError:エントリポイント(「console_scripts」、「ピップ」)マック
You are using pip version 8.0.2, however version 8.1.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command.
を得ました。
私は指示に従い、pip install --upgrade pip
でアップグレードします。今私はpipのバージョンを確認するためにpip --version
とピップでエラーが発生しています。
Traceback (most recent call last):
File "/usr/local/bin/pip", line 9, in <module>
load_entry_point('pip==8.0.2', 'console_scripts', 'pip')()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 357, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2393, in load_entry_point
raise ImportError("Entry point %r not found" % ((group,name),))
ImportError: Entry point ('console_scripts', 'pip') not found
私はオンライン検索とthis、thisとthis、のようないくつかの同様の問題を発見しました。いずれのソリューションも私のために働いていませんでした。
私はMacに複数のバージョンのpipがあるかもしれないと思いますが、どうすればクリーンアップして最新のバージョンをインストールできますか?
ありがとうございます。