1. 程式人生 > >Ubuntu遇到問題“Could not install packages due to an EnvironmentError: [Errno 13] 許可權不夠: ”

Ubuntu遇到問題“Could not install packages due to an EnvironmentError: [Errno 13] 許可權不夠: ”

Ubuntu在使用一些pip的時候會遇到:“Could not install packages due to an EnvironmentError: [Errno 13] 許可權不夠:”的問題。

在正常的命令後面加一個 --user即可:

在使用pip的相關命令時,使用國內源的速度更快:如下是使用了清華的國內源。

 pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/ --user