ssl module in python is not available Windows 7

后端 未结 5 1696
天涯浪人
天涯浪人 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条回答
  •  [愿得一人]
    2020-12-20 17:03

    According to your comment with the PATH variable you are missing the right entries to this so it cannot find the libraries and so on.

    If you reinstall python in the first screen you have an option ‘Add Python x.x.x to PATH’ enable this option and then retry what you did.

提交回复
热议问题