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

ERROR: Could not find a version that satisfies the requirement tensorflow==1.15.4 #3758

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

Comments

@asennoussi
Copy link

I'm setting up DeepSpeech to train the model, but when I execute:
pip3 install --upgrade -e .

I get

ERROR: Could not find a version that satisfies the requirement tensorflow==1.15.4 (from deepspeech-training) (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==1.15.4

This is the part of the code that invokes 1.15.4

 tensorflow_pypi_dep = [
        'tensorflow == 1.15.4'
    ]

Help please?

@balthazarSai
Copy link

What version of python are you using, because tensorflow 1.15.4 seems to support up to 3.7, as per the pypi page https://pypi.org/project/tensorflow/1.15.4/

@Flimm
Copy link

Flimm commented Aug 23, 2023

Newer versions of tensorflow support newer versions of Python. tensorflow 2.13.0 supports Python 3.8, 3.9, 3.10 and 3.11.

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

3 participants