Note that there are some explanatory texts on larger screens.

plurals
  1. POEasy_install and Pip doesn't work
    primarykey
    data
    text
    <p>Easy_install and Pip doesn't work anymore on python 2.7, when I try to do:</p> <pre><code>sudo easy_install pip </code></pre> <p>I get:</p> <pre><code>Traceback (most recent call last): File "/usr/bin/easy_install", line 5, in &lt;module&gt; from pkg_resources import load_entry_point File "/usr/bin/lib/python2.7/site-packages/distribute-0.6.19-py2.7.egg/pkg_resources.py", line 2713, in &lt;module&gt; parse_requirements(__requires__), Environment() File "/usr/bin/lib/python2.7/site-packages/distribute-0.6.19-py2.7.egg/pkg_resources.py", line 584, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: distribute==0.6.15 </code></pre> <p>And when I try:</p> <pre><code>sudo pip install [package] </code></pre> <p>I get:</p> <pre><code>Traceback (most recent call last): File "/usr/bin/pip", line 5, in &lt;module&gt; from pkg_resources import load_entry_point File "/usr/bin/lib/python2.7/site-packages/distribute-0.6.19-py2.7.egg/pkg_resources.py", line 2713, in &lt;module&gt; parse_requirements(__requires__), Environment() File "/usr/bin/lib/python2.7/site-packages/distribute-0.6.19-py2.7.egg/pkg_resources.py", line 584, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: pip==0.8.2 </code></pre> <p>I've already install both of them (and yes, first deleted them), but no result...</p> <p>Thanks!</p> <p><a href="https://stackoverflow.com/questions/5585473/upgraded-python-on-snowleopard-using-homebrew-now-pip-and-easy-install-dont-work">(I tried already this post)</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload