You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
lohedges
changed the title
[BUG] alchemlyb dependency pulling in invalid Jaxlib version on Python 3.9
[BUG] alchemlyb dependency pulling in invalid Jaxlib version on Python 3.9 and 3.10
Nov 14, 2023
lohedges
changed the title
[BUG] alchemlyb dependency pulling in invalid Jaxlib version on Python 3.9 and 3.10
alchemlyb dependency pulling in invalid Jaxlib version on Python 3.9 and 3.10
Nov 14, 2023
As found here, a workaround is to pin the version of pymbar to 4.0.2. Currently version 4.0.1 is pulled in by default, which pulls in an incompatible version of jaxlib.
Despite our package building against the correct version of
jaxlib
, i.e.:when installing the Python 3.9 development version of BioSimSpace you end up with the wrong version:
which gives the following error when
alchemlyb
is imported:Weirdly, the same thing happens when installing
alchemlyb
alone:gives:
I thought
jax
came in viapymbar
, but installing this alone gives the correct version:gives:
The text was updated successfully, but these errors were encountered: