Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

Specify numpy version at requirement.txt

Open SebinLee opened this issue 11 months ago • 4 comments

PR type

Bug fix

Description

Since numpy 1.24.0, the float attribute has been removed (Refer to the update log). Due to the update, vc-webui inference doesn't work with the error "module 'numpy' has no attribute float" when the user has created an environment using requirements.txt

To avoid this issue, I specified the numpy version as 1.23.5 at requirement.txt, which has a float attribute, as shown in other requirements files (e.g., requirements-amd, requirements-dml)

SebinLee avatar Mar 07 '24 05:03 SebinLee