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 (pyproject.toml) ... error(CP38) #75

Closed rawenlei closed 2 years ago

rawenlei commented 2 years ago

the wrong log as follow: my python is 3.8, there was not any wheel for cp38, and my microsoft visual C++ is 15.00. thank you very much.

Collecting pyworld Using cached pyworld-0.3.0.tar.gz (212 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Requirement already satisfied: numpy in d:\pythonprogram\python38\lib\site-packages (from pyworld) (1.23.3) Collecting cython>=0.24.0 Using cached Cython-0.29.32-py2.py3-none-any.whl (986 kB) Building wheels for collected packages: pyworld Building wheel for pyworld (pyproject.toml) ... error error: subprocess-exited-with-error

× Building wheel for pyworld (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [13 lines of output] 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\Rawen\AppData\Local\Temp\pip-build-env-bgwjxu9l\overlay\Lib\site-packages\setuptools\dist.py:771: 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/ [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pyworld Failed to build pyworld ERROR: Could not build wheels for pyworld, which is required to install pyproject.toml-based projects

JeremyCCHsu commented 2 years ago

v0.3.1 whl files are now updated on PYPI. you can do pip install now.