How to solve No module named 'pyautogui' in VS code(Jupyter env)?
i want use pyautogui Module
import pyautogui
ModuleNotFoundError: No module named 'pyautogui'
Site referenced to resolve the error
PackagesNotFoundError: The following packages are not available from current channels:
I tried in VS code(jupyter env) to solve this error.
- Created Jupiter env in vs code.
conda activate yourenvname
conda install -n yourenvname pyautogui
-> error occured
how to solve error message?