问题:
WARNING: The repository located at mirrors.aliyun.com is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with '--trusted-host mirrors.aliyun.com'.
我用的镜像是阿里云的
解决办法:打开pip.ini文件,修改index-url
找不到pip.ini文件的话,看步骤:
1.桌面右键,打开终端,输入:
pip config list -v
然后下面会出现几个路径,第三个就是你的pip.ini文件位置,但是这里不用管。
2.直接编辑,它会自动打开你pip.ini文件
pip config edit --editor notepad
3.直接修改index-url,将http改成https
不会报错了。
不要白嫖,给点赞鼓励鼓励!!!