微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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

如何解决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 举报,一经查实,本站将立刻删除。