【发布时间】:2014-05-04 09:12:13
【问题描述】:
我正在使用命令提示符来安装 Manhotas 1.1.0。我在 zip 文件中有 mahotas,我已将其提取出来。我的程序是:'python setup.py install'。但是,它给了我错误:
提前致谢!
【问题讨论】:
标签: python-2.7 mahotas
我正在使用命令提示符来安装 Manhotas 1.1.0。我在 zip 文件中有 mahotas,我已将其提取出来。我的程序是:'python setup.py install'。但是,它给了我错误:
提前致谢!
【问题讨论】:
标签: python-2.7 mahotas
【讨论】:
我知道这是迟到的答案,但它仍然可能有用。
您可以从这里下载适用于 windows 的 .whl 包:http://www.lfd.uci.edu/~gohlke/pythonlibs/#mahotas
并使用
pip install <packahename.whl>
【讨论】: