Open nihal1154 opened 3 years ago
Please help!
E:\Teams Bot\New Bot\MS-Teams-Automation-master>python script.py Traceback (most recent call last): File "script.py", line 2, in import pyautogui ImportError: No module named pyautogui
E:\Teams Bot\New Bot\MS-Teams-Automation-master>
Use the below code in terminal :
pip install pyautogui
Please help!
E:\Teams Bot\New Bot\MS-Teams-Automation-master>python script.py Traceback (most recent call last): File "script.py", line 2, in
import pyautogui
ImportError: No module named pyautogui
E:\Teams Bot\New Bot\MS-Teams-Automation-master>