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

version of tensorflow-gpu being used? #21

Open
brando90 opened this issue Jan 4, 2023 · 2 comments
Open

version of tensorflow-gpu being used? #21

brando90 opened this issue Jan 4, 2023 · 2 comments

Comments

@brando90
Copy link
Contributor

brando90 commented Jan 4, 2023

error:

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.
tensorflow 2.11.0 requires absl-py>=1.0.0, but you have absl-py 0.11.0 which is incompatible.
tensorflow-gpu 2.11.0 requires absl-py>=1.0.0, but you have absl-py 0.11.0 which is incompatible.
datasets 2.6.1 requires tqdm>=4.62.1, but you have tqdm 4.54.1 which is incompatible.
@brando90
Copy link
Contributor Author

brando90 commented Jan 4, 2023

@mboudiaf do you really need

        'absl-py==0.11.0',

?

@lamblin
Copy link

lamblin commented Jan 20, 2023

We probably don't need to pin absl-py (or other dependencies) to that specific version, feel free to replace == with >= and try again. Let us know if there are incompatibility issues at run time.

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