Open stemllb opened 2 years ago
Did you install the dependencies for AMICI, i.e.
sudo apt-get install libatlas-base-dev swig libhdf5-serial-dev
as documented here (https://amici.readthedocs.io/en/latest/python_installation.html#amici-python-installation)?
For OSX the dependencies are
brew install swig
# optionally for HDF5 support:
brew install hdf5
# optionally for parallel simulations:
brew install libomp
As a workaround you can comment the following line:
amici>=0.11.28
in the setup.cfg
in your sbmlsim folder. I.e.
# amici>=0.11.28
Made this an optional dependency for the next release. This should solve most issues for now. We have to solve the MacOS installation for AMICI.
Checklist
Question
None of the used modules of sbmlsim can be found. After reinstalling using
pip install -e . upgrade
, I received the error message:How can I fix this problem? (with macOS)