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

Attribute error in imports and definitions #81

Closed
SanJoseCosta opened this issue Sep 8, 2022 · 1 comment
Closed

Attribute error in imports and definitions #81

SanJoseCosta opened this issue Sep 8, 2022 · 1 comment

Comments

@SanJoseCosta
Copy link

No description provided.

@SanJoseCosta
Copy link
Author

AttributeError Traceback (most recent call last)
in
20
21 import numpy as np
---> 22 import tensorflow.compat.v2 as tf
23
24 import functools

14 frames
/usr/local/lib/python3.7/dist-packages/jax/_src/lib/init.py in
86 version_str = jaxlib.version.version
87 version = check_jaxlib_version(
---> 88 jax_version=jax.version.version,
89 jaxlib_version=jaxlib.version.version,
90 minimum_jaxlib_version=jax.version._minimum_jaxlib_version)

AttributeError: module 'jax' has no attribute 'version'

@SanJoseCosta SanJoseCosta changed the title Attribute error in Attribute error in imports and definitions Sep 8, 2022
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