pip not working in python 3.5 on Windows 7

前端 未结 10 819
礼貌的吻别
礼貌的吻别 2020-12-24 15:47

I have installed python 3.5 on my Windows 7 machine. When I installed it, I marked the check box to install pip. After the installation, I wanted to check wheth

10条回答
  •  梦毁少年i
    2020-12-24 16:05

    I had the issue, and answered this same question sometimes ago. Do open a cmd if in windows OS or linux OS with admistrative privilege. Then python -m pip install --upgrade pip

    then

    python -m pip install <>

提交回复
热议问题