Module not found error when running program containing PyAutoGUI in Jupiter Notebook

Asked 1 years ago, Updated 1 years ago, 96 views

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

2022-09-30 11:38

1 Answers

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.


2022-09-30 11:38

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.