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

Using old versions of tensorflow, can't install the dependencies on my macbook and with newer versions it's constatly failing. #12

Closed
KoStard opened this issue Jan 23, 2021 · 1 comment

Comments

@KoStard
Copy link

KoStard commented Jan 23, 2021

When trying to install the required version of tensorflow:

pip3 install tensorflow==1.15.0
ERROR: Could not find a version that satisfies the requirement tensorflow==1.15.0 (from versions: 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.2.1, 2.2.2, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0, 2.3.1, 2.3.2, 2.4.0rc0, 2.4.0rc1, 2.4.0rc2, 2.4.0rc3, 2.4.0rc4, 2.4.0, 2.4.1)
ERROR: No matching distribution found for tensorflow==1.15.0

I even tried downloading the .whl file from the pypi and try manually installing it, but that didn't work too:

pip3 install ~/Downloads/tensorflow-1.15.0-cp37-cp37m-macosx_10_11_x86_64.whl
ERROR: tensorflow-1.15.0-cp37-cp37m-macosx_10_11_x86_64.whl is not a supported wheel on this platform.

Tried with both python3.6 and python3.8

So it would be great to update the dependencies :)

@MahmudulAlam
Copy link
Owner

Hi @KoStard,
I will update the code and repo for TF v2. In the meantime, you can try using anaconda.

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