-
Notifications
You must be signed in to change notification settings - Fork 158
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
sbi cannot be installed in python version 3.7 #888
Comments
|
Hi, I solved that problem by installing libnetcdf-dev in linux |
Hello, I had a similar error due with Python 3.7 when installing
To solve it, I install the package I don't know where the error comes from but trying to install |
Related to #928 |
I can confirm @etouron1's fix: On conda create -n sbi_env python==3.7
conda activate sbi_env
conda install -c conda-forge netCDF4
pip install sbi Installing |
Installing sbi (from source) fails in python version 3.7. It works in version 3.6, 3.8, and 3.9 (and probably also 3.10 and higher, but I did not check).
This also leads to failing tests.
The text was updated successfully, but these errors were encountered: