Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
oatsu-gh opened this issue Aug 16, 2021 · 3 comments

Comments

@oatsu-gh
Copy link

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.

  • Could you prepare the package using PEP518?
  • How can I avoid the error?
@maahhi
Copy link

maahhi commented Mar 1, 2022

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

@sathvikkurap
Copy link

sathvikkurap commented Jun 16, 2024

I have the same issue as @maahhi

@a2d8a4v
Copy link

a2d8a4v commented Jun 17, 2024

@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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants