error No module named ”pyautogui” when executing .exe – pyinstaller
I tried to convert the python file to exe with pyinstaller both in the virtual environment and normally, but when I try to run the exe in the dist folder, I get the error No module named ”pyautogui”.