I got the following error message when trying to install osmium
:
$ pip install osmium --user
[...]
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-hjt_5k/osmium/setup.py", line 115, in <module>
raise Exception("Cannot find boost_python library")
Exception: Cannot find boost_python library
How can I fix it?
The fix for that issue on Ubuntu 16.04 is
Other issues
is fixed with