Access Denied Error while trying to install my virtual environment in Python

Asked

Viewed 241 times

0

When I try to install my virtual environment in Python, through the " Pip install virtualenv "command, the installation starts but then the following message appears:

" ERROR: Could not install Packages due to an Environmenterror: [Errno 13] Permission denied: 'c: program files (x86) python38-32 Lib site-Packages appdirs.py' Consider using the --user option or check the Permissions. "

I thought it could be a problem in the installation of the PIP, but it is installed correctly.

1 answer

0


If you’re using CMD or Powershell, try running them as an administrator.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.