Python Pip无法正常工作发生了什么事?

时间:2018-08-15 01:59:17

标签: python pip

摘要


我已经精简了python程序的后端,但是我讨厌默认情况下的gui选项。根据我的经验,Tkinter是不可靠的。乌龟图形的东西绝对不会使我的项目受益。所以我研究了替代方案,然后Krivy出现了。我一步一步地遵循了安装过程,但错误却越来越严重。

Windows 10

Python 3.6

问题


发生了什么,如何解决?我已经看过其他问题,它们或者是前几年的问题,或者与我自己的问题略有不同。以下是pip安装(或尝试)的结果。

结果


C:\Users\*>pip3.6 install pygyubu
Collecting pygyubu
  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:833)'),)': /simple/pygyubu/
  Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)'),)': /simple/pygyubu/
  Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)'),)': /simple/pygyubu/
  Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)'),)': /simple/pygyubu/
  Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)'),)': /simple/pygyubu/
  Could not fetch URL https://pypi.python.org/simple/pygyubu/:
  There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.python.org', port=443): Max retries exceeded with url: /simple/pygyubu/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)'),)) - skipping
  Could not find a version that satisfies the requirement pygyubu (from versions: )
No matching distribution found for pygyubu

P.S这不是真正的尝试,这是我的最后一次尝试,我放弃了krivy,只是想知道它是否有效。我已经尝试了命令的所有变体。没有任何结果。

1 个答案:

答案 0 :(得分:0)

尝试pip install --egg pygubu 并使用“ pip list --uptodate”和“ pip list --outdated”命令