-
Notifications
You must be signed in to change notification settings - Fork 15
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
Library version #24
Comments
I installed tensorflow 2.5.0 instead of 2.5.0rc0. ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. Traceback (most recent call last): I tried jax with version 0.4.3, 0.3.4 and 0.3.5. None of them work. |
Indeed, there is no version 2.5.0rc0 at https://pypi.org/project/tensorflow/#history.
Maybe try jaxlib: |
Thanks for your reply. But I got the new error below. I0214 00:19:29.416610 140332804085568 main.py:52] JAX host: 0 / 1 Here is my nvidia-smi display: and nvcc -V: |
It seems to be a version mismatch. |
I upgrade cuda to 11.4 and cudnn to 8.6 and it fixed. /home/m11113013/ProjectCode/practice model/xmcgan_image_generation-main/venv/lib/python3.8/site-packages/flax/optim/base.py:49: DeprecationWarning: Use I tried to update flax from 0.5.1 to 0.6.1, but it appeared the below message: the way to fix this is to downgrade flax to 0.5.1. This make me confused. |
When I installed the tensorflow==2.5.0rc0, it appeared the below message:
ERROR: Could not find a version that satisfies the requirement tensorflow==2.5.0rc0 (from versions: 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.4.4, 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.6.0rc0, 2.6.0rc1, 2.6.0rc2, 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.6.5, 2.7.0rc0, 2.7.0rc1, 2.7.0, 2.7.1, 2.7.2, 2.7.3, 2.7.4, 2.8.0rc0, 2.8.0rc1, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.9.0rc0, 2.9.0rc1, 2.9.0rc2, 2.9.0, 2.9.1, 2.9.2, 2.9.3, 2.10.0rc0, 2.10.0rc1, 2.10.0rc2, 2.10.0rc3, 2.10.0, 2.10.1, 2.11.0rc0, 2.11.0rc1, 2.11.0rc2, 2.11.0)
ERROR: No matching distribution found for tensorflow==2.5.0rc0
How can I do?
The text was updated successfully, but these errors were encountered: