Hello,
What are the exact versions of jax and jaxlib that are required? I have tried with a variety of jax and jaxlib versions including those that are not available from pypi and get a variety of different import errors including:
AttributeError: module 'jax.random' has no attribute 'KeyArray'
or
jaxlib.xla_client' has no attribute 'ComputationBuilder
or
AttributeError: module 'jax.tree_util' has no attribute 'register_pytree_with_keys_class'
This happens either when using the requirements.txt or the poetry installation.
Hello,
What are the exact versions of jax and jaxlib that are required? I have tried with a variety of jax and jaxlib versions including those that are not available from pypi and get a variety of different import errors including:
AttributeError: module 'jax.random' has no attribute 'KeyArray'or
jaxlib.xla_client' has no attribute 'ComputationBuilderor
AttributeError: module 'jax.tree_util' has no attribute 'register_pytree_with_keys_class'This happens either when using the requirements.txt or the poetry installation.