が見つかりません私はピップをインストールします。ピップ:はImportError:エントリポイント( 'console_scripts'、 'ピップ')
$ sudo apt-get install python-setuptools, python-pip
しかし、私はピップで何かをインストールしようとすると、私はこのエラー
sudo pip install Flask
Traceback (most recent call last):
File "/usr/local/bin/pip", line 9, in <module>
load_entry_point('pip==1.3.1', 'console_scripts', 'pip')()
File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line 378, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line 2565, in load_entry_point
raise ImportError("Entry point %r not found" % ((group,name),))
ImportError: Entry point ('console_scripts', 'pip') not found
を持っています
なぜ?ありがとう。
http://stackoverflow.com/questions/12858779/easy-install-importerror-entry-point-console-scripts-easy-install-not このリンクはあなたを助けるでしょうか? –
私はsetuptools(0.9.4と0.9.5)の2つのバージョンを持っています。どうすればそれらの1つをアンインストールできますか? –
許可が拒否されましたか? – Evgenii