“ssl module in Python is not available” when installing package with pip3

后端 未结 28 1929
别跟我提以往
别跟我提以往 2020-11-22 08:51

I\'ve install Python 3.4 and Python 3.6 on my local machine successfully, but am unable to install packages with pip3.

When I execute pip3 install

28条回答
  •  生来不讨喜
    2020-11-22 09:17

    I tried A LOT of ways to solve this problem and none solved. I'm currently on Windows 10.

    The only thing that worked was:

    • Uninstall Anaconda
    • Uninstall Python (i was using version 3.7.3)
    • Install Python again (remember to check the option to automatically add to PATH)

    Then I've downloaded all the libs I needed using PIP... and worked!

    Don't know why, or if the problem was somehow related to Anaconda.

提交回复
热议问题