Open FabiolaCocchiararo opened 8 months ago
@FabiolaCocchiararo Can you try the instructions given here: https://nuclear-multimessenger-astronomy.github.io/nmma/
In past we faced a lot of errors while trying to install MultiNest and PMN on arm based Macs, hence we compiled all the steps and mentioned here.
@FabiolaCocchiararo Were you able to resolve AttributeError: dlsym(RTLD_DEFAULT, run): symbol not found
issue? If yes, can you share the details?
@FabiolaCocchiararo wondering if you ever found a solution, I'm currently having the exact same issue...
Hi,
I have a problem with MultiNest with macOS Sonoma 14.2.1, chip Apple M1 Pro. I have installed bagpipes but I get this error:
I have followed the guide https://johannesbuchner.github.io/PyMultiNest/install.html to install PyMultiNest and MultiNest but I have some issues with the
cmake
command. As reported in the guide, I triedcmake -DCMAKE_C_COMPILER=/usr/local/bin/gcc -DCMAKE_CXX_COMPILER=/usr/local/bin/g++ -DCMAKE_PREFIX_PATH=/usr/lib ..
but I have this error:I am sure that both the path for gcc and g++ are correct, because I find them with the
which
command.I also tried:
but I got the same error.
Just to see what happened, I tried
and in this case it works, but with the following step
make
, I get this new error:I tried to modify the bash_profile file as suggested here https://github.com/JohannesBuchner/PyMultiNest/issues/214 but I got the same error.
Am I missing something?
Thank you for your support, Fabiola