0

我按照网站的说法安装了 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.

有人知道我在做什么荣吗?

4

1 回答 1

1

你似乎在 Windows 上。

对于那个平台,我建议你试试这些编译包:http ://www.lfd.uci.edu/~gohlke/pythonlibs/

(我是mahotas的作者)

于 2013-04-27T16:48:13.303 回答