在 ubuntu 中安装 python 库时,可能遇到 Could not install packages due to an EnvironmentError: [Errno 13]  的异常。

解决安装:在正常命令后加 --user

如:

  pip install packagename

相关文章:

  • 2021-06-24
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2021-08-17
  • 2022-12-23
  • 2021-11-25
猜你喜欢
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2022-12-23
  • 2021-09-24
  • 2021-05-16
相关资源
相似解决方案