-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue installing prerequisites for PyMultiNest #256
Comments
use |
@jessrawlings98 I would recommend to use virtual env (conda, mamba, etc) for Python package installation. For linux dependencies use the following |
don't put a space after the comma. |
Hi Johannes, I have now managed to install the prerequisites for PyMultiNest. Note, as well as changing python to python3, I had to change ipython to ipython3. Thanks again for your help |
Hi,
I am quite new to Python and I am trying to install the prerequisites for PyMultiNest, I am using an Ubuntu virtual machine on Windows PC. I have already installed the Python module.
I have tried using the following code:
sudo apt-get install python-{scipy,numpy,matplotlib,progressbar} ipython libblas{3,-dev} liblapack{3,-dev} libatlas{3-base,-dev} cmake build-essential git gfortran
But I am getting the following errors:
If you have any advice of how to fix my issue it would be much appreciated.
Thank you
The text was updated successfully, but these errors were encountered: