-
Notifications
You must be signed in to change notification settings - Fork 31
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
CMake Error during AMICI installation on WSL #2467
Comments
Hi @LarkinIt, do you have a separate SUNDIALS package installed in the conda environment you are using?
This directory is unrelated to amici as far as I can tell. And also unrelated to your Until then, you can either try it in a conda environment that does not not contain any sundials installation, or try a non-conda virtual environment |
Set SUNDIALS_ROOT to ensure we are finding the sundials CMake config from the vendored library and not any other installation. Fixes AMICI-dev#2467.
First, please try |
Hi! My apologies with the late reponse. I do have multiple packages installed on Windows and WSL environments that use SUNDIALS (specifically |
Thanks for the feedback. Glad it works. After the next release, |
Hello, I am trying to install AMICI in a conda environment on WSL following the instructions described in the documentation. I first installed the dependencies as outlined in the documentation
The installation fails with a long error + traceback which I uploaded:
amici_error_log.txt
I think the error is from CMake according to part of the traceback output (around line 797 in
amici_error_log.txt
):To Reproduce
Here are the steps I followed to install AMICI in WSL
conda create --name test1 pip python
conda activate test1
conda install -c conda-forge openblas
export BLAS_LIBS=-lopenblas
pip install amici --no-cache
AMICI version and system environment
Thanks so much!
The text was updated successfully, but these errors were encountered: