Open langongjin opened 5 years ago
hi @langongjin, it depends where you have installed boost from and which version. it has different naming conventions for libraries. please check what is the name for boost python
library on your system and tweak setup.py
accordingly
hi, @anton-matosov I installed the boost-python.
The name for boost python
in
if is_python_2:
libs += ['boost_python', "boost_numpy"]
else:
libs += ['boost_python3', "boost_numpy3"]
Therefore, can you give me some ideas?
hi, when I run "python setup.py build_ext" in the terminal, I got:
Do you have any ideas to solve this problem?
Thanks a lot!