pip安装...不起作用:pip配置了需要TLS/SSL的位置,但是Python中的ssl模块不可用 [英] pip install ... does not work: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available

查看:589
本文介绍了pip安装...不起作用:pip配置了需要TLS/SSL的位置,但是Python中的ssl模块不可用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

昨天我安装了Anaconda3(2019),Python 3.7,Windows 10,现在无法运行pip install <package>.

I installed Anaconda3 (2019), Python 3.7, Windows 10 yesterday and now I can not run pip install <package>.

当我运行pip install时,出现以下消息:pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

When I run pip install , I get the following message: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

当我尝试安装ssl模块时,我得到了相同的错误消息:

When I tried to install ssl module I am getting the same error message:

D:\>pip install D:\ssl-1.16.tar.gz
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Processing d:\ssl-1.16.tar.gz
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Alienware\Anaconda3\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Alienware\\AppData\\Local\\Temp\\pip-req-build-fdke_oc7\\setup.py'"'"'; __file__='"'"'C:\\Users\\Alienware\\AppData\\Local\\Temp\\pip-req-build-fdke_oc7\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
         cwd: C:\Users\Alienware\AppData\Local\Temp\pip-req-build-fdke_oc7\
    Complete output (6 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\Alienware\AppData\Local\Temp\pip-req-build-fdke_oc7\setup.py", line 33
        print 'looking for', f
                          ^
    SyntaxError: Missing parentheses in call to 'print'. Did you mean print('looking for', f)?
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping

pip似乎不起作用,因为未安装模块ssl,但是当pip不起作用时如何安装模块ssl?

It seems that pip does not work because the module ssl is not installed but how to install module ssl when pip is not working?

推荐答案

您的软件包似乎不适合python3,它编写的语法是python2的语法.您需要python3的ssl安装包

It seems that your package is not suitable for python3, the syntax it writes is the syntax of python2. You need an ssl installation package for python3

这篇关于pip安装...不起作用:pip配置了需要TLS/SSL的位置,但是Python中的ssl模块不可用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆