You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately the .so for boost-python on Ubuntu is called libboost_python-py34 (or 32, or whatever, depending on your Python version).
So there are two options: either add to the install instructions that ubuntu users should create a symlink or add some ugly, hacky, ubuntu autodetection in setup.py
Unfortunately the .so for boost-python on Ubuntu is called libboost_python-py34 (or 32, or whatever, depending on your Python version).
So there are two options: either add to the install instructions that ubuntu users should create a symlink or add some ugly, hacky, ubuntu autodetection in setup.py
Btw.: Ubuntu has a 1 year old bug for this, so I guess they are not going to fix it anytime soon (https://bugs.launchpad.net/ubuntu/+source/boost1.53/+bug/1231609)
The text was updated successfully, but these errors were encountered: