No module named ‘pyautogui‘

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

解决办法,简单粗暴! 

你可能感兴趣的:(python,开发语言)