We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.10.1 (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.4.0rc0, 2.4.0rc1, 2.4.0rc2, 2.4.0rc3, 2.4.0rc4, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.5.0rc0, 2.5.0rc1, 2.5.0rc2, 2.5.0rc3, 2.5.0, 2.5.1, 2.6.0rc0, 2.6.0rc1, 2.6.0rc2, 2.6.0, 2.7.0rc0) ERROR: No matching distribution found for tensorflow-gpu==1.10.1
Can't run pip install -r requirements.txt in python3.8, requires tensor flow 2.2+. What should i do?
The text was updated successfully, but these errors were encountered:
Tensorflow 1.x was Deprecated.
First, install tensorflow-gpu==2.4 and use import tf.compat.v1 as tf, but this works not well
import tf.compat.v1 as tf
reference : https://www.tensorflow.org/guide/migrate/migrate_tf2
Sorry, something went wrong.
Does that work for you, @0piero? Happy to include a note in the README if so.
Different python versions have different versions of tensorflow. Tensorflow 1.10.1 should use Python 3.6
Hello there! I'm also having the same issue while using a anaconda environment, did you solve it? Thanks!
No branches or pull requests
ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.10.1 (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.4.0rc0, 2.4.0rc1, 2.4.0rc2, 2.4.0rc3, 2.4.0rc4, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.5.0rc0, 2.5.0rc1, 2.5.0rc2, 2.5.0rc3, 2.5.0, 2.5.1, 2.6.0rc0, 2.6.0rc1, 2.6.0rc2, 2.6.0, 2.7.0rc0)
ERROR: No matching distribution found for tensorflow-gpu==1.10.1
Can't run pip install -r requirements.txt in python3.8, requires tensor flow 2.2+. What should i do?
The text was updated successfully, but these errors were encountered: