-
Notifications
You must be signed in to change notification settings - Fork 189
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
Problem finding libpython on Ubuntu #565
Comments
We are trying to improve libpython discovery #556 (which is surprisingly hard). Can you run wget https://gist.githubusercontent.com/tkf/d980eee120611604c0b9b5fef5b8dae6/raw/9f074cd233f83180676b4421212ed33c257968af/find_libpython.py
/usr/bin/python3 find_libpython.py --list-all and paste the output (if any) here? If it doesn't output anything, try: /usr/bin/python3 find_libpython.py --list-all --verbose Also, let me know the output of |
This one seems able to find
|
Thanks, good to know. |
Just letting you know that I have the same issue on Ubuntu 18.10 (Development). My libpython location is the same at /usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0. |
If you feel brave you can try #556 with |
Great. It works. |
So, the master is fixed? I am still getting a build error using the latest tagged version
Or is there a fix for this? |
No master still has the problem. #556 is not merged yet. |
Fixed by #556 |
Thanks for fixing this. Would it be possible to make a new release? This issue is still causing all |
This has caused some problems for CIBot lately
The text was updated successfully, but these errors were encountered: