ImportError: No module named pip

前端 未结 19 799
时光取名叫无心
时光取名叫无心 2020-12-04 06:56

OS: Mac OS X 10.7.5 Python Ver: 2.7.5

I have installed setuptools 1.0 with ez_setup.py from https://pypi.python.org/pypi/setuptools Then I download pip.1.4.1 pkg fr

19条回答
  •  情话喂你
    2020-12-04 07:43

    I think none of these answers above can fix your problem.

    I was also confused by this problem once. You should manually install pip following the official guide pip installation (which currently involves running a single get-pip.py Python script)

    after that, just sudo pip install Django. The error will be gone.

提交回复
热议问题