环境:树莓派Linux
pip使用清华源(当然,中科大、阿里云等等都试过了),命令窗口显示:
Looking in indexes: [自行设置的镜像源:tsinghua],[系统自带的extra源:piwheels]
然后系统会自动选择extra源(piwheels.org),然后就速度超级慢,即使设置了default-timeout,也会在中途报错。
该如何用自己设置的镜像源啊?或者如何禁用或者删掉extra源啊?
conda的话还有些其他问题,本问题针对pip。
pip install 库名 -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com;推荐文章:https://blog.csdn.net/yuan2019035055/article/details/121107554