Closed sguillot closed 1 year ago
For me, installing pymultinest with conda also force installs multinest which then doesn't work for pymultinest.
pymultinest
conda
multinest
Instead, I installed pymultinest by cloning and installing. The following instruction should probably be added for the Mac installation instruction.
git clone https://github.com/JohannesBuchner/PyMultiNest.git ./pymultinest cd pymultinest python install setup.py
I will add this to the general instructions since probably this is what needs to be done for other than Mac cases as well.
For me, installing
pymultinest
withconda
also force installsmultinest
which then doesn't work forpymultinest
.Instead, I installed pymultinest by cloning and installing. The following instruction should probably be added for the Mac installation instruction.