Hi,
I'm trying to use Type pip3 install -r requirements.txt and Access is denied.
Can you please help me?
Thanks!
Hi,
I'm trying to use Type pip3 install -r requirements.txt and Access is denied.
Can you please help me?
Thanks!
Hi,
You can try to run Command Prompt as an administrator, as that should give you permission.
If this does not work, you can also try to add "--user" to the command to install it for the current user only:
pip3 install -r requirements.t --user
Best regards,
Marte
Hi,
Still doesn't work - 'pip3' is not recognized as an internal or external command
Hi,
Still doesn't work - 'pip3' is not recognized as an internal or external command
Hi,
Instead of the original command, I've tried "-m pip install -r requirements.txt –upgrade" and it worked.
Should it be the same?
Thanks!
Hi,
Yes, that should also work.
Best regards,
Marte