I installed a module called PyAutoGUI on the Jupiter Notebook in WinPython, and when I run, I get the following error message:
module not found error: no module named 'pyautogui'
!pip freeze
indicates that PyAutoGUI is installed.
Please let me know if there is a solution.
python python3 jupyter-notebook
Packages that require a GUI will not work on the Jupyter Notebook
. If you are using pyautogui
, create a program in your editor and run it from a command prompt.
© 2025 OneMinuteCode. All rights reserved.