简体   繁体   English

在 PyCharm 2020.1 中安装 PyQt5 + qtpy 包时出错:SSL 模块不可用

[英]Error installing PyQt5 + qtpy packages in in PyCharm 2020.1: SSL-module not available

After installing Qt (5.14.2) in Win10 I have created a new project in PyCharm 2020.1.在 Win10 中安装 Qt (5.14.2) 后,我在 PyCharm 2020.1 中创建了一个新项目。 From the project settings dialog, I have tried to install the PyQt5 and the qtpy packages.从项目设置对话框中,我尝试安装 PyQt5 和 qtpy 包。 I get the following error:我收到以下错误:

Collecting PyQt5
Could not fetch URL https://pypi.org/simple/pyqt5/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pyqt5/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
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 is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
  Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pyqt5/
  Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pyqt5/
  Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pyqt5/
  Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pyqt5/
  Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pyqt5/
  Could not find a version that satisfies the requirement PyQt5 (from versions: )
No matching distribution found for PyQt5
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

SSL module is not available. SSL 模块不可用。 How can I install it?我该如何安装它? Could you please help?能否请你帮忙? Many thanks!非常感谢!

Ok, I found a solution on GitHub .好的,我在GitHub上找到了解决方案。 .dll files have to be copied from the bin into the DLLs file. .dll 文件必须从 bin 复制到 DLL 文件中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM