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

setup.py installation error: tensorflow-gpu package has been removed. #36

Open
divineSix opened this issue Apr 28, 2023 · 4 comments
Open

Comments

@divineSix
Copy link

The installation command in the readme throws an error, because setup.py is trying to build the tensorflow-gpu package, which has been removed from pip.

From their pypi page:

tensorflow-gpu has been removed. Please install tensorflow instead.

As of December 2022, tensorflow-gpu has been removed and has been replaced with this new, empty package that generates an error upon installation.

Installing tensorflow separately does not help, as setup.py always looks for the empty tensorflow-gpu package instead.

@QichenZheng
Copy link

I meet the same problem.

@lixy0323
Copy link

lixy0323 commented Jul 5, 2023

I meet this problem too. Do anyone know how to fix it?

@aliutkus
Copy link
Owner

aliutkus commented Jul 5, 2023

hi, I guess that modifying the installation script would fix it ? let me try

@aliutkus
Copy link
Owner

aliutkus commented Jul 5, 2023

looks like tensorflow is creating troubles --for a change--

I tried updating the install and the README. Please check new version and let me know if that fixed the issue

I'm not sure GPU will be used for the mosnet now

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

4 participants