安裝 python 3.8 后,我無法安裝模塊pip:ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/.local/lib/python3.8/site-packages/enum34-1.1.10.dist-info'
Check the permissions.
3 回答

陪伴而非守候
TA貢獻1757條經驗 獲得超8個贊
我會嘗試在終端中使用 anaconda 和以下命令:
conda install -c anaconda pip
如果你沒有蟒蛇:
pip install conda
添加回答
舉報
0/150
提交
取消