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

Cannot import 'FunctionalFullyConnectedTensorProduct' from 'e3nn_jax' #274

Open
ewang26 opened this issue Jul 15, 2023 · 1 comment
Open

Comments

@ewang26
Copy link

ewang26 commented Jul 15, 2023

Hi! I've installed jax-md from conda but can't seem to import it in a jupyter notebook (or in Python at all). The issue seems to be that the FunctionalFullyConnectedTensorProduct class is in a legacy directory, and it cannot be accessed by the e3nn_jax module. Any help would be appreciated. Sorry if I'm missing something basic here—first time trying to use jax-md!

@MarcBerneman
Copy link
Contributor

It should be fixed now if you build from source. The version installed with pip/conda still hasn't been updated.

git clone https://github.com/google/jax-md
pip install -e jax-md

Otherwise, you might be able to fix this if you use an older version of JAX.

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

2 participants