-
Notifications
You must be signed in to change notification settings - Fork 75
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
Edward2 backend #574
Comments
I'm encountering the same issue, but only when installing the latest development version of edward2 (version 0.0.3) with:
When I install the 0.0.2 version with pypi ( |
For version 0.0.2, closed issue #566 proposes to use Obviously, this doesn't change anything for the backend problem with 0.0.3. |
The cause was a missing package for me (tenacity). I found out by editing this file in the installation path:
(No module named tenacity) Finally, install the missing package. |
I am facing this issue although both tensorflow and numpy are installed
raise ImportError("No backend is available for Edward2. Please install "
ImportError: No backend is available for Edward2. Please install dependencies for JAX, NumPy, or TensorFlow.
numpy 1.23.5
scipy 1.11.2
tb-nightly 2.15.0a20230919
tensorboard 2.14.0
tensorflow 2.14.0rc1
tensorflow-probability 0.21.0
termcolor 2.3.0
tf-estimator-nightly 2.14.0.dev2023080308
tf-nightly 2.15.0.dev20230920
The text was updated successfully, but these errors were encountered: