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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…