ERROR: Could not find a version that satisfies the requirement matplotlib (from versions: none)
ERROR: No matching distribution found for matplotlib
這是因為網絡的問題,需要使用國內的鏡像源來加速,比如豆瓣源
命令改為:
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
轉自:https://www.cnblogs.com/lijinze-tsinghua/p/8666558.html