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

Jax version #5

Open
alexm-gc opened this issue Dec 9, 2022 · 0 comments
Open

Jax version #5

alexm-gc opened this issue Dec 9, 2022 · 0 comments

Comments

@alexm-gc
Copy link

alexm-gc commented Dec 9, 2022

Seems the code relies on a function that changed in the newer Jax version.

Question 1. Which version of Jax did you used during development?

Python 3.10.4 (main, Mar 31 2022, 08:41:55) [GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import jax
>>> jax.__version__
'0.3.25'
>>> import quax
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/root/psi4conda/lib/python3.10/site-packages/quax-0.1.1-py3.10.egg/quax/__init__.py", line 1, in <module>
  File "/root/psi4conda/lib/python3.10/site-packages/quax-0.1.1-py3.10.egg/quax/integrals/__init__.py", line 2, in <module>
  File "/root/psi4conda/lib/python3.10/site-packages/quax-0.1.1-py3.10.egg/quax/integrals/integrals_utils.py", line 6, in <module>
ImportError: cannot import name 'loops' from 'jax.experimental' (/root/psi4conda/lib/python3.10/site-packages/jax/experimental/__init__.py)

The file environment.yml just specifies jax and jaxlib. It does not state a specific version.

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