0

When I try to install pyautogui it says

Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'c:\program files\python38\Lib\site-packages\pymsgbox'

Does anyone have a solution for me?

phd
  • 82,685
  • 13
  • 120
  • 165

1 Answers1

1

Either run pip as admin or use conda or virtualenv

humble_wolf
  • 1,497
  • 19
  • 26