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

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

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