Python 无法安装PyAutoGUI-接收错误

Python 无法安装PyAutoGUI-接收错误,python,pyautogui,Python,Pyautogui,有人能帮我吗?尝试安装PyAutoGUI时,出现以下错误: C:\Python 34>pip.exe install pyautogui Collecting pyautogui Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3

有人能帮我吗?尝试安装PyAutoGUI时,出现以下错误:

C:\Python 34>pip.exe install pyautogui
Collecting pyautogui
  Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x03BB69B0>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/pyautogui/
  Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x03BB6B70>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/pyautogui/
  Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x03BB6C30>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/pyautogui/
  Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x03BB6CF0>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/pyautogui/
  Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x03BB6DB0>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/pyautogui/
  Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x03BB6E50>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/pyautogui/
  Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x03BD3130>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/pyautogui/
  Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x03BD31F0>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/pyautogui/
  Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x03BD32B0>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/pyautogui/
  Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x03BD3370>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/pyautogui/
  Could not find a version that satisfies the requirement pyautogui (from versions: )
No matching distribution found for pyautogui
C:\Python 34>pip.exe安装pyautogui
收集pyautogui
“ConnectTimeoutError(,”连接到pypi.python.org超时。(连接超时=15)”:/simple/pyautogui断开连接后重试(重试(总计=4,连接=None,读取=None,重定向=None))/
“ConnectTimeoutError(,”到pypi.python.org的连接超时。(连接超时=15)”:/simple/pyautogui断开连接后重试(重试(总计=3,连接=None,读取=None,重定向=None))/
“ConnectTimeoutError(,”连接到pypi.python.org超时。(连接超时=15)”:/simple/pyautogui断开连接后重试(重试(总计=2,连接=None,读取=None,重定向=None))/
“ConnectTimeoutError(,”连接到pypi.python.org超时。(连接超时=15)”:/simple/pyautogui断开连接后重试(重试(总计=1,连接=None,读取=None,重定向=None))/
“ConnectTimeoutError(,”连接到pypi.python.org超时。(连接超时=15)”:/simple/pyautogui断开连接后重试(重试(总计=0,连接=None,读取=None,重定向=None))/
“ConnectTimeoutError(,”连接到pypi.python.org超时。(连接超时=15)”:/simple/pyautogui断开连接后重试(重试(总计=4,连接=None,读取=None,重定向=None))/
“ConnectTimeoutError(,”到pypi.python.org的连接超时。(连接超时=15)”:/simple/pyautogui断开连接后重试(重试(总计=3,连接=None,读取=None,重定向=None))/
“ConnectTimeoutError(,”连接到pypi.python.org超时。(连接超时=15)”:/simple/pyautogui断开连接后重试(重试(总计=2,连接=None,读取=None,重定向=None))/
“ConnectTimeoutError(,”连接到pypi.python.org超时。(连接超时=15)”:/simple/pyautogui断开连接后重试(重试(总计=1,连接=None,读取=None,重定向=None))/
“ConnectTimeoutError(,”连接到pypi.python.org超时。(连接超时=15)”:/simple/pyautogui断开连接后重试(重试(总计=0,连接=None,读取=None,重定向=None))/
找不到满足pyautogui要求的版本(来自版本:)
未找到pyautogui的匹配发行版

非常感谢。谢谢大家!

这不是PyAutoGUI的问题,而是pip无法正确连接到internet时的行为。检查您的网络、防火墙、代理等。

从此处下载软件包。浏览到已下载文件的文件夹,并在那里打开命令提示符。 键入命令:
pip install“PyAutoGUI-0.9.50.tar.gz”
(请检查文件名,以防其随所述软件包的未来版本而更改。)