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

Installation - needs python3-fann2 on Ubuntu and Raspberry Pi OS #30

Closed
lnxusr1 opened this issue Jul 3, 2020 · 6 comments
Closed

Installation - needs python3-fann2 on Ubuntu and Raspberry Pi OS #30

lnxusr1 opened this issue Jul 3, 2020 · 6 comments

Comments

@lnxusr1
Copy link

lnxusr1 commented Jul 3, 2020

I had a dependency issue in Ubuntu 18.04 and Raspberry Pi OS that required me to also install the FANN bindings. Recommend updating the Readme to include this dependency.

apt-get install python3-fann2
@krisgesling
Copy link
Contributor

Hey there, is this the same issue as #21?

I just gave it a quick test and after installing this package 20.04 still couldn't find FANN source libs. Was there anything else you did while debugging that might have contributed to the fix?

@lnxusr1
Copy link
Author

lnxusr1 commented Jul 7, 2020

I’m not sure if it is the same issue, but seems to be related. Basically, the instructions in the readme are just missing the bindings for fann2 for python and this package satisfies that without any hoopla.

@mbr4477
Copy link

mbr4477 commented Aug 13, 2020

Which version of Python are you using? I think I was able to use python3-fann2 with Python 3.5 but needed to install FANN2 from source when using Python 3.7.

@lnxusr1
Copy link
Author

lnxusr1 commented Aug 13, 2020

I was using python 3.8 on Ubuntu 20.04. Will do another fresh install to see if I can more finely pinpoint that though.

@lnxusr1
Copy link
Author

lnxusr1 commented Aug 13, 2020

Indeed, the default on Ubuntu 20.04 is Python 3.8 which requires python3-fann2 instead of python3-fann as the instructions state. So worth adding a note somewhere that if you're using Ubuntu 20.04 you'll need the other library.

Log attached for reference from a fresh install of Ubuntu 20.04.
ubuntu20_padatious_install_log.txt

@lnxusr1
Copy link
Author

lnxusr1 commented Dec 2, 2022

I see docs are updated. thank you.

@lnxusr1 lnxusr1 closed this as completed Dec 2, 2022
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

3 participants