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.
The installation command in the readme throws an error, because
setup.pyis trying to build thetensorflow-gpupackage, which has been removed from pip.From their pypi page:
Installing
tensorflowseparately does not help, assetup.pyalways looks for the emptytensorflow-gpupackage instead.