Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip3 issue finding libfann-dev libraries in Ubuntu 18.06 #21

Open
Tadashi-Hikari opened this issue Jan 30, 2020 · 1 comment
Open

pip3 issue finding libfann-dev libraries in Ubuntu 18.06 #21

Tadashi-Hikari opened this issue Jan 30, 2020 · 1 comment

Comments

@Tadashi-Hikari
Copy link
Contributor

Issue can be resolved by searching directory '/usr/lib/x86_64-linux-gnu/' which is where libfann-dev installs. Alternatively, running command 'sudo ln -s /usr/lib/x86_64-linux-gnu/fann -d /lib/' will symbolically link the libraries into pips path

@forslund
Copy link
Collaborator

Hi is this the same issue as are reported on the fann2 module https://github.com/FutureLinkCorporation/fann2/

failing to find the package on multiarch platforms?

It would be interesting if the https://github.com/mycroftai/fann2-update module works as a drop in replacement for you. It includes a fix for finding the fann2 library in a better way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants