From 74227aa3bf4a72910eac5e172e2eed1522648f5c Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Mon, 30 Aug 2021 18:44:22 +0200 Subject: [PATCH] Added FANN to common errors with a fix (hopefully) --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83a3563..df0ae49 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,16 @@ go to the Python Console and enter the following commands : > import nltk > nltk.download('punkt') > nltk.download('stopwords') -``` \ No newline at end of file +``` + + +# Errors +Common errors than I personally encoured during this project, hope this can help you. +# FANN/FANN2 error during pip requirements +I actually don't know how I solved this but I tried building myself FANN following the instruction from [here](https://github.com/libfann/fann#from-source). +Here is some links I found trying to solve the error : +https://stackoverflow.com/questions/51367972/lib-fann2-failed-to-install +https://github.com/FutureLinkCorporation/fann2/issues/11 +https://github.com/MycroftAI/padatious#installing +https://github.com/MycroftAI/padatious/issues/21 +https://jansipke.nl/installing-fann-with-python-bindings-on-ubuntu/