0

pip install has suddenly stopped working - unsure if related to recent update. I've tried it both on pip 19.0.3 and pip.20.0.2 When using:

python -m pip install matplotlib --user 

I get an error like this

PermissionError: [Errno 13] Permission denied: 'C:\\Program Files\\Python37\\Lib\\site-packages\\accesstest_deleteme_fishfingers_custard_d1677h' 

Any help appreciated

3
  • accesstest_deleteme_fishfingers_custard_d1677h this is... unexpected. Have you tried closing all active python sessions and deleting it manually? Commented Mar 10, 2020 at 16:08
  • Don't put the answer/solution in the Question. Mark the answer (your own answer) as accepted. Commented Mar 11, 2020 at 0:32
  • Yes, need to wait 2 days for that. Commented Mar 11, 2020 at 10:37

2 Answers 2

1

Using:

python -m pip install matplotlib 

worked

Sign up to request clarification or add additional context in comments.

Comments

0

I suspect you need to run your terminal as an administrator-elevated account to access the restricted resource.

1 Comment

I believe I am running it as admin already. I use windows+r, cmd, ctrl+shift+enter

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.