Python / PIP: HTTPS的问题
把PIP的安装命令改成下面的方式,添加【trusted-host】即可:
1 2 |
pip install --index-url https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.ali yun.com yaml |
Adamhuan's Data Center - 【逻辑驱动数据】
数据玩物、代码屋、1/0游戏:(零和博弈)/ 禅宗意志 / 规则战争 / 解放数据力量 / 技术的飞速发展并没有改变这个世界,因为,这个世界从没有变,它只是越来越趋近于它本来的模样。
把PIP的安装命令改成下面的方式,添加【trusted-host】即可:
1 2 |
pip install --index-url https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.ali yun.com yaml |