需要安装numpy+mkl库
但是注意一定要先卸载skimage 和 scipy
pip uninstall scikit-image
pip uninstall scipy
然后在网站下载numpy+mkl安装包下载地址
下载速度很慢,也可以从我的云盘下载python3.6 win64的版本提取码gmgq
pip install path/numpy-1.16.1+mkl-cp36-cp36m-win_amd64.whl #patn替换为你的下载文件存放位置
同样方法下载和安装scipy
最后安装scikit-image
pip install scikit-image
重新激活环境
activate your_env