PyCharm error: [Errno 13] Permission denied

41,243

It looks like you need to give your interpretter root permissions. There is a tutorial here on how to do this

Share:
41,243
Sundaravelpandian Singaravel
Author by

Sundaravelpandian Singaravel

Updated on July 22, 2021

Comments

  • Sundaravelpandian Singaravel
    Sundaravelpandian Singaravel almost 3 years

    I am using PyCharm for executing my Python programs. Today, I had tried updating all the packages using Project Interpreter. I received the following error in the process:

    error: [Errno 13] Permission denied

    enter image description here

    After which none of my Python libraries are shown in Project Interpreter list.

    I am using PyCharm Community Edition 2016.2.3 in Mac OS X 10.11.6.

  • Siwoku Adeola
    Siwoku Adeola about 6 years
    pls can you explain better, I followed the link to the site but still couldn't solve it
  • labroid
    labroid almost 3 years
    This is unrelated and dangerous suggestion to a beginner. Please delete.