Defaulting to user installation because normal site-packages is not writeable

2022-10-26 14:05:32

求求了,先换个源再下载吧:解决pip安装时速度慢的问题
pip总结


出错情况:

pipinstall XXX
pip3install XXX

改成:

python -m pipinstall XXX
python3 -m pipinstall XXX
  • 作者:sandalphon4869
  • 原文链接:https://blog.csdn.net/sandalphon4869/article/details/107693774
    更新时间:2022-10-26 14:05:32