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

build with tensorflow==2.0.1 requirement fails #53

Open
bappctl opened this issue Feb 22, 2021 · 4 comments · May be fixed by #75
Open

build with tensorflow==2.0.1 requirement fails #53

bappctl opened this issue Feb 22, 2021 · 4 comments · May be fixed by #75

Comments

@bappctl
Copy link

bappctl commented Feb 22, 2021

The local and docker build fails ERROR: No matching distribution found for tensorflow==2.0.1

@isaaccs
Copy link

isaaccs commented Jun 21, 2021

Hi, I have the same error as you, did you find a way to solve it ?

@doganmelis
Copy link

Hi, I have the same error as you, did you find a way to solve it ?

Hi, I messed with the verison of keras. In the requirements.txt file I changed it to Keras2.5.0rc0 version and tried to run it from there. Since that did not work I recorrected it to the initial version and it decided to work somehow. Hope this helps.

@wbarnha
Copy link

wbarnha commented Sep 17, 2021

The local and docker build fails ERROR: No matching distribution found for tensorflow==2.0.1

I got around this by changing FROM ubuntu:latest to FROM ubuntu:18.04 at the top of the provided Dockerfile.

@joemcmahon
Copy link

Confirmed that the switch to FROM ubuntu:18.04 gets me past the No matching distribution on a Mac M1.

wbarnha added a commit to wbarnha/telemanom that referenced this issue Jul 21, 2022
@wbarnha wbarnha linked a pull request Jul 21, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

5 participants