Closed VForiel closed 1 year ago
Hi,
This looks like the error you get installing on Windows - this is not supported. We can probably help with the Ubuntu error, but the log for that is not included here.
Ok, my bad, the error on Ubuntu was not the same and was actually simple to fix. However, I have a new one that I'm not able to solve ^^'
Looks like you are missing some prerequisite libraries (fftw, gsl and hdf5). Also, I would recommend installing amuse-framework and then the individual packages you will be using rather than installing amuse in one go.
sudo apt-get install build-essential gfortran python3-dev \
libopenmpi-dev openmpi-bin \
libgsl-dev cmake libfftw3-3 libfftw3-dev \
libgmp3-dev libmpfr6 libmpfr-dev \
libhdf5-serial-dev hdf5-tools \
libblas-dev liblapack-dev \
python3-venv python3-pip git
Please make sure you do this before installing AMUSE via pip on ubuntu (https://amuse.readthedocs.io/en/latest/install/howto-install-AMUSE.html)
That's weird because I already installed everything, as the screenshot below can attest:
Then can you try clearing your pip cache, or re-installing amuse-framework with pip install amuse-framework --no-cache-dir
?
It may have been configured before you installed these, in which case the cached build is wrong.
Ok, it worked, thanks you very much for your help!
Hi, I'm trying to install amuse but I got an error on both Ubuntu 22.04 and Windows 11 systems, with repectively python 3.10.6 and 3.10.9.
I'm simply running
Here is the logs:
Here is the line where the error occure: https://github.com/amusecode/amuse/blob/cbec986150fbf0bf744caa236e6a42831f9a4e8a/support/setup_codes.py#L756