coursera-dl / edx-dl

A simple tool to download video lectures from edx.org (and other openedx sites)
GNU Lesser General Public License v3.0
1.93k stars 640 forks source link

ERROR: Could not install packages due to an EnvironmentError: [Error 5] Access is denied: 'c:\\programdata\\anaconda2\\lib\\site-packages\\pip\\_internal\\build_env.py' Consider using the `--user` option or check the permissions. #555

Open ghost opened 5 years ago

ghost commented 5 years ago

🚨Please review the Troubleshooting section before reporting any issue. Don't forget also to check the current issues to avoid duplicates.

Subject of the issue

Describe your issue here.

Your environment

Steps to reproduce

Tell us how to reproduce this issue. Please provide us the course URL, and the specific subsection or unit if possible.

Expected behaviour

Tell us what should happen.

Actual behaviour

Tell us what happens instead. If the script fails, please copy the entire output of the command or the stacktrace (don't forget to obfuscate your username and password). If you cannot copy the exception, attach a screenshot.

arsanysamuel commented 5 years ago

Use: pip3 install --user edx-dl instead of: pip install edx-dl