Guides
Installation troubleshooting
The requirements for the bamboost library are: h5py
, mpi4py
, numpy
, pandas
.
MPI
The mpi4py
package requires a working MPI installation on the system. If the installation fails, it is likely that the MPI library is not installed.
HDF5
The h5py
package requires the HDF5 library to be installed on the system. If the installation fails, it is likely that the HDF5 library is not installed.
Ubuntu/Debian
Fedora
Arch
Installation in editable mode
Bamboost can be installed in editable mode with
Sometimes, bamboost hangs on import, i.e., from bamboost import manager
results in (unknown location)
.
In this case you can try
which should fix the error.
Python version management
pyenv is a useful tool to manage development versions of python.