Open Eisbrenner opened 1 month ago
If installing in a virtual machine things like curl and git may are missing. Also build essentials and so on are probably missing.
# brew page suggests https://docs.brew.sh/Homebrew-on-Linux sudo apt-get install build-essential procps curl file git # now install brew # after installation brew install gcc brew install gfortran brew install netcdf-fortran
Also, if using conda there might be other issues. For example, the VM needs sufficient (unclear how much exactly) RAM for conda/mamba to be able to install the misu_pyenv.
misu_pyenv
If installing in a virtual machine things like curl and git may are missing. Also build essentials and so on are probably missing.