Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Troubleshooting Anaconda

Chris Bay edited this page May 14, 2017 · 3 revisions

pip Problems

Problem: When running pip install PACKAGE_NAME you receive a permissions error ending with:

PermissionError: [WinError 5] Access is denied: 'C:\...'

Solution: Run Git Bash as an Administrator. Right-click on the Git Bash icon and select Run as Administrator. Repeat the pip install command.