ssl module in python is not available Windows 7

后端 未结 5 1711
天涯浪人
天涯浪人 2020-12-20 16:28

I have Python 3.7.1 installed on Windows 7 from www.python.org. When I want to \"pip install pylab\" I receive the following message: \"pip is configured with locations that

5条回答
  •  Happy的楠姐
    2020-12-20 17:11

    Activating conda (from condabin folder: activate.bat) and then from the python.exe folder "python.exe -m pip install siphon"

提交回复
热议问题