Ubuntu“Could not install packages due to an EnvironmentError: [Errno 13]“

When you install ubuntu in python library, you may encounter Could not install packages due to an EnvironmentError: [13 Errno] exception.

Troubleshoot installation: --user added after the normal command

Such as:

  pip install packagename

Guess you like

Origin www.cnblogs.com/xiangsui/p/11788975.html