Python-安装时间表模块时出错

问题描述

我正在尝试在我的环境中安装时间表模块,但出现此错误

C:\Users\fernando.fidalgo\PycharmProjects\prospec_estudos\venv\Scripts>pip install schedule
Collecting schedule
  retrying (Retry(total=4,connect=None,read=None,redirect=None,status=None)) after connection broken by 'SSLError(SSLError(1,'[SSL: CERTIFICATE_VERIFY_Failed] certificate verify Failed (_ssl.c:749)'),)': /simple/schedule/
  retrying (Retry(total=3,)': /simple/schedule/
  retrying (Retry(total=2,)': /simple/schedule/
  retrying (Retry(total=1,)': /simple/schedule/
  retrying (Retry(total=0,)': /simple/schedule/
  Could not fetch URL https://pypi.org/simple/schedule/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org',port=443): Max retries exceeded with url: /simple/schedule/ (Caused by SSLError(SSLError(1,)) - skipping
  Could not find a version that satisfies the requirement schedule (from versions: )
No matching distribution found for schedule
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(SSLError(1,)) - skipping

那是我的python版本:

Python 3.6.0 | Anaconda 4.3.1(32位)| (认值为2016年12月23日, 12:06:52)在Win32上使用[MSC v.1900 32位(Intel)]

我已经将其安装在这台机器上,但是在其他环境中。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)