国内镜像源使用时出现WARNING: The repository located at mirrors.aliyun.com is not a trusted or secure host and

解决办法:pip install ××× -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com

PS;××表示库名

目测可以使用

你可能感兴趣的:(python)