在命令窗口下载安装“jupyter”时,
安装命令:
pip install https://pypi.tuna.tsinghua.edu.cn/simple jupyter
结果给我报了这么一个错误:
直接给整懵逼了,怎么错误总是降临吾身!遇见问题不可怕,关键有解决问题的办法!
然后接下来,我们改一下命令:
pip install -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com jupyter
没错,在镜像源与库之间加入:
--trusted-host pypi.douban.com
这个问题就OK了
标签:douban,jupyter,file,pypi,报错,install,pip,com From: https://www.cnblogs.com/yin-qiu-moon/p/16745446.html