JeremyCCHsu / Python-Wrapper-for-World-Vocoder

A Python wrapper for the high-quality vocoder "World"
MIT License
724 stars 122 forks source link

Building wheel for pyworld (PEP 517) error #72

Closed nonoback1 closed 2 years ago

nonoback1 commented 2 years ago

When I install pyword, I type in "pip install pyworld". It shows "Building wheel for pyworld (PEP 517) ... error"

C:\Users\Administrator>pip install pyworld Collecting pyworld Using cached pyworld-0.3.0.tar.gz (212 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing wheel metadata ... done Requirement already satisfied: cython>=0.24.0 in d:\anaconda3\lib\site-packages (from pyworld) (0.29.21) Requirement already satisfied: numpy in d:\anaconda3\lib\site-packages (from pyworld) (1.19.2) Building wheels for collected packages: pyworld Building wheel for pyworld (PEP 517) ... error ERROR: Command errored out with exit status 1: command: 'd:\Anaconda3\python.exe' 'd:\Anaconda3\lib\site-packages\pip_vendor\pep517_in_process.py' build_wheel 'C:\Users\ADMINI~1\AppData\Local\Temp\tmpcfa_s2il' cwd: C:\Users\Administrator\AppData\Local\Temp\pip-install-a8nmbeti\pyworld Complete output (13 lines): running bdist_wheel running build running build_py creating build creating build\lib.win-amd64-cpython-38 creating build\lib.win-amd64-cpython-38\pyworld copying pyworld__init__.py -> build\lib.win-amd64-cpython-38\pyworld running build_ext skipping 'pyworld\pyworld.cpp' Cython extension (up-to-date) building 'pyworld.pyworld' extension C:\Users\Administrator\AppData\Local\Temp\pip-build-env-fkfu_2td\overlay\Lib\site-packages\setuptools\dist.py:772: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

ERROR: Failed building wheel for pyworld

RuilongXu commented 2 years ago

这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

JeremyCCHsu commented 2 years ago

Please reopen this issue if ver. 0.3.1 doesn't solve your problem. Please also consider updating your Visual C++.