Hiroshiba / become-yukarin

Convert your voice to favorite voice
https://hiroshiba.github.io/blog/became-yuduki-yukari-with-deep-learning-power/
MIT License
576 stars 88 forks source link

world4pyがインストールできない #21

Closed BURI55 closed 6 years ago

BURI55 commented 6 years ago

以下の通りインストールに失敗しているようです。 `` C:\become-yukarin\become-yukarin>pip install pyworld Collecting pyworld Using cached pyworld-0.2.4.tar.gz Requirement already satisfied: numpy in c:\users\khb15\anaconda3\lib\site-packages (from pyworld) Requirement already satisfied: cython>=0.24.0 in c:\users\khb15\anaconda3\lib\site-packages (from pyworld) Building wheels for collected packages: pyworld Running setup.py bdist_wheel for pyworld ... error Failed building wheel for pyworld Running setup.py clean for pyworld Failed cleaning build dir for pyworld Failed to build pyworld Installing collected packages: pyworld Running setup.py install for pyworld ... error Complete output from command c:\users\khb15\anaconda3\python.exe -u -c "import setuptools, tokenize;file='C:\Users\KHB15\AppData\Local\Temp\pip-build-c3pttjzp\pyworld\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\KHB15\AppData\Local\Temp\pip-awrx1d9m-record\install-record.txt --single-version-externally-managed --compile: running install running build running build_py copying pyworld__init__.py -> build\lib.win-amd64-3.6\pyworld running build_ext skipping 'pyworld\pyworld.cpp' Cython extension (up-to-date) running install_lib copying build\lib.win-amd64-3.6\pyworld\pyworld.cp36-win_amd64.pyd -> c:\users\khb15\anaconda3\Lib\site-packages\pyworld error: could not open 'build\lib.win-amd64-3.6\pyworld\pyworld.cp36-win_amd64.pyd': Permission denied

----------------------------------------

Command "c:\users\khb15\anaconda3\python.exe -u -c "import setuptools, tokenize;file='C:\Users\KHB15\AppData\Local\Temp\pip-build-c3pttjzp\pyworld\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\KHB15\AppData\Local\Temp\pip-awrx1d9m-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\KHB15\AppData\Local\Temp\pip-build-c3pttjzp\pyworld\

Hiroshiba commented 6 years ago

すみません、わかりません。 pyworldのissueで聞くと効率よく回答を得られるかと思います。 https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder