Closed raymondchua closed 6 years ago
Oh just run pkg-config --cflags Qt5Widgets Qt5OpenGL assimp python-3.5
and see if you can find boost_python3 in libs yourself. Can be 35 on the end or something like that, or path is wrong.
Hi @olegklimov, Thanks for the prompt reply. It seems to be missing but I have installed boost_python3. This is what I get:
pkg-config --cflags Qt5Widgets Qt5OpenGL assimp python-3.5
-DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/local/Cellar/qt/5.10.1/include/QtOpenGL -I/usr/local/Cellar/qt/5.10.1/include -I/usr/local/Cellar/qt/5.10.1/include/QtWidgets -I/usr/local/Cellar/qt/5.10.1/include -I/usr/local/Cellar/qt/5.10.1/include/QtGui -I/usr/local/Cellar/qt/5.10.1/include -I/usr/local/Cellar/qt/5.10.1/include/QtCore -I/usr/local/Cellar/qt/5.10.1/include -I/Users/raymondchua/miniconda3/envs/cvpr352/include/python3.5m -I/usr/local/Cellar/assimp/4.1.0/include
Looks like using python 3.6 solved the issue arising from boost_python3.
Hi, I have an error during installation and it reports that library not found for -lboost_python3. Any ideas on how I can fix it? I tried to install in my conda environment.