I believe I'm having similar troubles to the person who posted this issue. I tried doing things the way they did in the end to get it working but I still end up with an extremely long and dense error message.
As they did, I have attached the log obtained by the command CXX_FLAGS="-stdlib=libc++" OPTIMIZATION_CXX_FLAGS="" pip install tomographer --verbose > log.txt
log.txt
I have also attached the full error test I get when attempting to install.
tomographer_full_error_msg.txt
Obviously this is quite long but I think an important part is toward the start where it says
The 'tomographer' python package requires some settings for compiling the C++
modules. You may need to specify them with the use of environment variables.
Current values (detected or specified manually) are:
PYBIND11_CPP_STANDARD=None
OPTIMIZATION_CXX_FLAGS=-UNDEBUG -march=native -O3
CXX_FLAGS=-fvisibility=hidden
I believe I'm having similar troubles to the person who posted this issue. I tried doing things the way they did in the end to get it working but I still end up with an extremely long and dense error message.
As they did, I have attached the log obtained by the command
CXX_FLAGS="-stdlib=libc++" OPTIMIZATION_CXX_FLAGS="" pip install tomographer --verbose > log.txtlog.txt
I have also attached the full error test I get when attempting to install.
tomographer_full_error_msg.txt
Obviously this is quite long but I think an important part is toward the start where it says