You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
File ~/anaconda3/lib/python3.11/site-packages/bagpipes/fitting/fit.py:149 in fit
pmn.run(self.fitted_model.lnlike,
File ~/anaconda3/lib/python3.11/site-packages/pymultinest-2.12-py3.11.egg/pymultinest/run.py:285 in run
lib.run(*args_converted)
File ~/anaconda3/lib/python3.11/ctypes/__init__.py:389 in __getattr__
func = self.__getitem__(name)
File ~/anaconda3/lib/python3.11/ctypes/__init__.py:394 in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: dlsym(RTLD_DEFAULT, run): symbol not found
cmake -DCMAKE_C_COMPILER=/usr/local/bin/gcc -DCMAKE_CXX_COMPILER=/usr/local/bin/g++ -DCMAKE_PREFIX_PATH=/usr/lib ..
but I have this error:
CMake Error at CMakeLists.txt:2 (project):
The CMAKE_C_COMPILER:
/usr/local/bin/gcc
is not a full path to an existing compiler tool.
Tell CMake where to find the compiler by setting either the environment
variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:2 (project):
The CMAKE_CXX_COMPILER:
/usr/local/bin/g++
is not a full path to an existing compiler tool.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
I am sure that both the path for gcc and g++ are correct, because I find them with the which command.
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 #214 but I got the same error.
Am I missing something?
Thank you for your support,
Fabiola
The text was updated successfully, but these errors were encountered: