当前位置:网站首页>No module named ‘pyautogui‘

No module named ‘pyautogui‘

2022-06-10 09:08:00 vzhb

pip install pyautogui 

出现如下错误。

----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\Users\zhangb\anaconda3\python.exe' 'C:\Users\zhangb\anaconda3\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\zhangb\AppData\Local\Temp\pip-build-env-ndbcrlpu\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.8.0' wheel Check the logs for full command output.

解决No module named 'pyautogui'后安装失败问题。

解决办法:

直接将安装包,放到指定目录

C:\Users\zhangb\anaconda3\lib\site-packages

解决办法,简单粗暴! 

原网站

版权声明
本文为[vzhb]所创,转载请带上原文链接,感谢
https://blog.csdn.net/zhangb98/article/details/125141775