我试图在Windows 10(x64)上使用带有Python 2.7的FANN库。 经过多次尝试,我没有找到任何明确的方法来做到这一点。 你能告诉我如何实现目标吗?
答案 0 :(得分: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