Skip to content
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

How can I solve my errors and run successfully #20

Open
nandinisonar opened this issue May 2, 2024 · 0 comments
Open

How can I solve my errors and run successfully #20

nandinisonar opened this issue May 2, 2024 · 0 comments

Comments

@nandinisonar
Copy link

nandinisonar commented May 2, 2024

Hello Sir/ Ma'am,

I'm writing to request assistance with running JAX-MD in a Colab notebook. I've successfully installed the Jax-MD libraries, but I'm encountering errors.

Could you please help me troubleshoot the errors and guide me on successfully running JAX-MD in a Colab notebook environment?

If possible, could you also advise on the specific error message I'm encountering (once I provide it)?

Thank you for your time and support.

Error in crystal.ipynb

Screenshot from 2024-05-02 11-21-56

gnome.ipynb

Screenshot from 2024-05-02 11-33-15

util.ipynb

ModuleNotFoundError Traceback (most recent call last)

in <cell line: 23>()
21 from jax.nn import initializers
22 import jax.numpy as jnp
---> 23 from jax_md import energy
24 from jax_md import partition
25 from jax_md import util

1 frames

/usr/local/lib/python3.10/dist-packages/jax_md/init.py in
13 # limitations under the License.
14
---> 15 from jax_md import space
16 from jax_md import energy
17 from jax_md import minimize

/usr/local/lib/python3.10/dist-packages/jax_md/space.py in
33 from typing import Callable, Union, Tuple, Any
34
---> 35 from jax.abstract_arrays import ShapedArray
36
37 from jax import eval_shape

ModuleNotFoundError: No module named 'jax.abstract_arrays'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant