r9y9 / nnmnkwii

Library to build speech synthesis systems designed for easy and fast prototyping.
https://r9y9.github.io/nnmnkwii/latest/
Other
393 stars 73 forks source link

"ERROR: Could not build wheels for nnmnkwii which use PEP 517 and cannot be installed directly" #116

Open oatsu-gh opened 3 years ago

oatsu-gh commented 3 years ago

I tried to install nnmnkwii via .bat which has the following command

python-3.8.10-embed-amd64\python.exe -m pip install --upgrade nnmnkwii

and faced an error

ERROR: Could not build wheels for nnmnkwii which use PEP 517 and cannot be installed directly.

When I tried the command with PowerShell, nnmnkwii can be installed.

maahhi commented 2 years ago

ERROR: Could not build wheels for nnmnkwii, pysptk, which is required to install pyproject.toml-based projects I have this problem as well

sathvikkurap commented 5 months ago

I have the same issue as @maahhi

a2d8a4v commented 5 months ago

@sathvikkurap Numpy just announced they upgraded to version 2.0.0. I think this issue occurred due to the out-of-date numpy API used in this project. Try to edit the pyproject.toml, replace the specific numpy bigger than 1.19.3 and not equal to 2.0.0. I encountered the same issue but solved it after using the above tricky method.