Skip to content
Advertisement

PermissionError: [Errno 13] Permission denied: ‘C:\Program Files\Python35\Lib\site-packages\six.py’

I am using python 3.5.3, and now I want to install pandas and numpy but not able to, following is the error in cmd, anyone can help me?

JavaScript

Advertisement

Answer

As others have pointed out you need to run the command with admin privileges.

How to do this varies by windows version, but on Windows 8 and 10 you can just press Windows+X (or just right-clicking the Start button). On the menu, choose “Command Prompt (Admin).”

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement