我按照网站的说法安装了 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.
有人知道我在做什么荣吗?