aliutkus / speechmetrics

A wrapper around speech quality metrics MOSNet, BSSEval, STOI, PESQ, SRMR, SISDR
MIT License
890 stars 153 forks source link

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

Open divineSix opened 1 year ago

divineSix commented 1 year ago

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 commented 1 year ago

I meet the same problem.

lixy0323 commented 1 year ago

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

aliutkus commented 1 year ago

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

aliutkus commented 1 year ago

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