Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
616 views
in Technique[技术] by (71.8m points)

python 3.x - No module named 'pyautogui'

i am using pyautogui for a bot on python 3.7. In the very first line it imports pyautogui import pyautogui and when i run it it says No module named 'pyautogui' , I tried it with a version of it for 3.7 and 3.8 and upgrading it (because it might have been the cause). I am coding on MS visual studio 2019 and i tried it on 3.7 for 32-bit and 64-bit (none of that seemed to help). Can anyone help me?

question from:https://stackoverflow.com/questions/65907212/no-module-named-pyautogui

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

For VS 2019 installs:

This artical details how to install it correctly https://docs.microsoft.com/en-us/visualstudio/python/tutorial-working-with-python-in-visual-studio-step-05-installing-packages?view=vs-2019

For non Visual Studio installs

You will need to install pyautogui with pip.

In the command line run

pip install pyautogui

You can find the install docs for pyautogui here: https://pyautogui.readthedocs.io/en/latest/install.html


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...