Pyautogui在我的pycharm中不起作用,它说“找不到模块”

问题描述

我尝试使用CMD安装它,但它向我展示了

C:\Users\Shoaib>py -3.8 -m pip install pyautogui
WARNING: retrying (Retry(total=4,connect=None,read=None,redirect=None,status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000001D36AB969D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo Failed')': /simple/pyautogui/
WARNING: retrying (Retry(total=3,status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000001D36AB96700>: Failed to establish a new connection: [Errno 11001] getaddrinfo Failed')': /simple/pyautogui/
WARNING: retrying (Retry(total=2,status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000001D36AB96790>: Failed to establish a new connection: [Errno 11001] getaddrinfo Failed')': /simple/pyautogui/
WARNING: retrying (Retry(total=1,status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000001D36AB962E0>: Failed to establish a new connection: [Errno 11001] getaddrinfo Failed')': /simple/pyautogui/
WARNING: retrying (Retry(total=0,status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000001D36AB96100>: Failed to establish a new connection: [Errno 11001] getaddrinfo Failed')': /simple/pyautogui/
ERROR: Could not find a version that satisfies the requirement pyautogui (from versions: none)
ERROR: No matching distribution found for pyautogui

C:\Users\Shoaib>python

解决方法

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

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

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