我按照网站说的那样安装了mahotas库,但当我尝试导入模块时,我总是得到相同的错误:
Could not import submodules (exact error was: DLL load failed: The specified module could not be found.).
There are many reasons for this error the most common one is that you have
either not built the packages or have built (using `python setup.py build`) or
installed them (using `python setup.py install`) and then proceeded to test
mahotas **without changing the current directory**.
Try installing and then changing to another directory before importing mahotas.有人知道我在做什么吗,荣?
发布于 2013-04-28 00:48:13
您似乎使用的是Windows。
对于该平台,我建议您尝试以下已编译的包:http://www.lfd.uci.edu/~gohlke/pythonlibs/
(我是mahotas的作者)
https://stackoverflow.com/questions/16226296
复制相似问题