Windows x64下Python 2.7的FANN绑定



我试图在我的windows 10 (x64)上使用Python 2.7的FANN库。经过多次尝试,我没有找到任何明确的方法来做到这一点。你能告诉我怎样才能实现我的目标吗?

好的,我找到了最简单的解决方案:

请安装轮子:pip install wheel

,然后下载并安装这个文件:http://www.lfd.uci.edu/gohlke pythonlibs/# fann2 fann2-1.0.7-cp27-none-win32.whl

pip install Path_to_downloaded_file

它是根据:https://github.com/FutureLinkCorporation/fann2/issues/11

最新更新