1、Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python3.5/dist-packages/markdown'
Consider using the `--user` option or check the permissions.

使用pip3 install --user tensorflow-gpu==1.8.0 命令代替 pip3 install tensorflow-gpu==1.8.0 命令

2、Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python3.5/dist-packages/absl_py-0.2.2.dist-info'
Consider using the `--user` option or check the permissions.

关掉所有和pyhton相关的程序 再执行pip3 install --user tensorflow-gpu==1.8.0 命令

相关文章:

  • 2021-07-21
  • 2021-12-12
  • 2021-10-02
  • 2021-12-14
  • 2022-01-19
  • 2021-05-15
  • 2021-09-29
猜你喜欢
  • 2021-07-04
  • 2022-01-17
  • 2021-06-15
  • 2021-10-12
  • 2021-04-02
  • 2022-12-23
  • 2021-09-17
相关资源
相似解决方案