首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在python中导入mahotas时出错(缺少dll文件)

在python中导入mahotas时出错(缺少dll文件)
EN

Stack Overflow用户
提问于 2013-04-26 07:21:13
回答 1查看 941关注 0票数 0

我按照网站说的那样安装了mahotas库,但当我尝试导入模块时,我总是得到相同的错误:

代码语言:javascript
复制
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.

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

EN

回答 1

Stack Overflow用户

发布于 2013-04-28 00:48:13

您似乎使用的是Windows。

对于该平台,我建议您尝试以下已编译的包:http://www.lfd.uci.edu/~gohlke/pythonlibs/

(我是mahotas的作者)

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/16226296

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档