Pyautogui not importing "No module named 'pyautogui' "

Why are you getting this error?

Because you are using PyCharm.

In PyCharm you don't need to install python packages from command prompt, in PyCharm you need to install python packages from PyCharm Project Interpreter.

Here are some tips that can help you!

Step 1: Go to PyCharm settings and go to this directory: Preferences and select Interpreter Settings

Screenshot:

enter image description here

Step 2: Click on this plus icon.

Screenshot:

enter image description here

Step 3: Type your package name and select package.

Screenshot:

enter image description here

Step4: Then click on install button.

enter image description here

Step 5: Click on okay

Then wait for two to three minutes and try again.

Hopefully it'll work.