ImportError: No module named pip when trying to install packages

后端 未结 2 1923
孤独总比滥情好
孤独总比滥情好 2021-01-02 00:49

Have a fresh install of Ubuntu 13.10 with PyCharm and when setting up the python interpreter I selected \'install setuptools\', then \'install pip\'. Now if I try and do any

2条回答
  •  心在旅途
    2021-01-02 01:40

    Download the file get-pip.py from the pip-website (http://pip.readthedocs.org/en/stable/installing/). Open the terminal, cd in to the folder where you placed get-pip.py and run:

    sudo python3 get-pip.py

    Open pycharm and install desired package...

提交回复
热议问题