-2

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

4

1 回答 1

1

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

请安装轮子: 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

于 2016-11-02T08:37:15.150 回答