0

I try (desperately) to install any package using pip but I get the same error all the time!
Here is my version of pip:

pip 1.5.4 from /usr/lib/python2.7/dist-packages (python 2.7)

And my version of python:

Python 2.7.6

And the error when i try to install new package:

enter image description here

If you have an idea to solve the problem.

1 Answer 1

3

Did you recently upgrade your version of Ubuntu?
You are probably experiencing a bug in the Ubuntu upgrade process.
Try running:

sudo pip install --no-use-wheel --upgrade distribute

Just a thought moving forward, have you looked into virtualenv?

2
  • Yep, i have upgrade my ubuntu yesterday... And it work prefectly!! thanks you =)
    – Julien
    Commented Oct 13, 2014 at 14:23
  • Edits accepted with small modification to add link for virtualenv
    – ErlVolton
    Commented Oct 13, 2014 at 14:32

Not the answer you're looking for? Browse other questions tagged or ask your own question.