from scipy import special, optimize, from ._nnls import nnls ImportError: DLL load failed: 找不到指定的模块。
Posted 振华OPPO
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了from scipy import special, optimize, from ._nnls import nnls ImportError: DLL load failed: 找不到指定的模块。相关的知识,希望对你有一定的参考价值。
报错信息 |
---|
Python调用skimage库时报以下错,检查发现skicit-image库是安装的。
解决方案 |
---|
1、打开Anaconda命令行,分别输入下面四条命令并回车。
conda remove --force numpy
conda remove --force scipy
pip install -U numpy
pip install -U scipy
下面是我的执行过程:
2、再次回到Pycharm,等待环境检索更新后,运行程序,成功运行!
以上是关于from scipy import special, optimize, from ._nnls import nnls ImportError: DLL load failed: 找不到指定的模块。的主要内容,如果未能解决你的问题,请参考以下文章
成功解决Exception “unhandled ImportError“cannot import name ‘imread‘ from ‘scipy.misc‘
from scipy import spatial 出现 from .qhull import * ImportError: DLL load failed: The specified mod
关于 from scipy.misc import imread, imresize, imsave 报错的问题
E-05ImportError: cannot import name 'imread' from 'scipy.misc'