-
Notifications
You must be signed in to change notification settings - Fork 15
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
jaxlib incompatibility with a fresh bss install #296
Comments
pinning pymbar to 4.0.2 solves the issue |
Good stuff. I'll see if there's a report at their GitHub page when I'm back. |
Reminds me of [this] (#207), where the solution was to also use |
What worked for me, in case it's helpful in future (also working from a fresh BSS install, with python 3.12.3): I think this is because jax 0.4.26 dropped support for CUDA 11 (jax-ml/jax#18032 (comment)). Avoiding upgrading CUDA, this error was fixed by by downgrading jax ( |
It will be nice when |
Closing as this doesn't appear to be causing issues at present. I believe the problem hasn't fundamentally been resolved, but hopefully we are now working with versions of |
Describe the bug
It is currently not possible to use BSS.FreeEnergy.Relative.analyse() after a fresh install of biosimspace.
To Reproduce
Issue created by installing somd2 from scratch following the instructions here https://github.com/OpenBioSim/somd2/blob/main/README.md
Then attempting to run an MBAR analysis on a somd2 output folder will give the following:
Here are the versions of the dependencies that may have triggered this error
and the version of jaxlib installed
(please complete the following information):
Issue tested on Linux Ubuntu 22.04 LTS, with python 3.12, 3.11 and 3.10
The text was updated successfully, but these errors were encountered: