使用命令安装flask,出现报错
百度找到解决方法https://www.cnblogs.com/lijinze-tsinghua/p/8666558.html
参考修改成pip install flask -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com就安装成功了。
原文:
pip安装python包出错:Could not find a version that satisfies the requirement skimage (from versions: )
今天用pip安装skimage时报错:
这是因为网络的问题,需要使用国内的镜像源来加速,比如豆瓣源
命令改为:
pip install scikit-image -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
或者
pip3 install scikit-image -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
最后成功安装:
变身windows达人,用运行命令直接启动所有应用程序
Google为何这么屌
骗子利用淘宝支付宝退款欺诈
卡常技巧
C++set用法
分块大法好
高精度乘法
phpstudy初谈(基础教程)
读入,输出优化