-
Notifications
You must be signed in to change notification settings - Fork 600
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
Error loading libboost on Ubuntu 16.10 #427
Comments
Thanks for pointing this out, and for sharing a solution. |
Many thanks, it was very helpful. I had the same problem (on elementary linux), but once following the solution I got the following message: File "run_mission.py", line 20, in ls-l gives me the following: so no 1.61 version. tried similar solution: |
Installing boost in my python 2.7 anaconda environment solved that. Although now I am stuck at |
I am unsure I am in the right track now. Guess I don't need to install it in Anaconda, as when installing dependencies for malmo I had already installed libboost. Could it be a confusion about which python is being used? If I run /usr/lib/x86_64-linux-gnu/libboost_atomic.so /usr/lib/x86_64-linux-gnu/libboost_mpi_python-py35.so |
Am closing this, assuming that these problems went away when we moved to statically linking boost (#392). |
Hi,
I followed the installation instructions for Ubuntu (I'm running Ubuntu 16.10), but I ran into the following error:
It turns out that the name of the
.so
file on Ubuntu 16.10 islibboost_python-py27.so.1.61.0
:A simple workaround is to create a symbolic link with the right name:
And then everything works fine! Thanks for this awesome project. 👍
The text was updated successfully, but these errors were encountered: