前提・実現したいこと
Windows10で、コマンドプロンプトでPython3.6にPysptkを導入したい
発生している問題・エラーメッセージ
Installing collected packages: pysptk Running setup.py install for pysptk ... error ERROR: Command errored out with exit status 1: command: 'C:\Users\PC651\AppData\Local\Programs\Python\Python36\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\PC651\AppData\Local\Temp\pip-install-4p_m0byk\pysptk_7e39251a161b478096e648a084f8d85d\setup.py'"'"'; __file__='"'"'C:\Users\PC651\AppData\Local\Temp\pip-install-4p_m0byk\pysptk_7e39251a161b478096e648a084f8d85d\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\PC651\AppData\Local\Temp\pip-record-2rhjcg1w\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\PC651\AppData\Local\Programs\Python\Python36\Include\pysptk' cwd: C:\Users\PC651\AppData\Local\Temp\pip-install-4p_m0byk\pysptk_7e39251a161b478096e648a084f8d85d\ Complete output (21 lines): fatal: not a git repository (or any of the parent directories): .git running install running build running build_py -- Building version 0.1.18 creating build creating build\lib.win-amd64-3.6 creating build\lib.win-amd64-3.6\pysptk copying pysptk\conversion.py -> build\lib.win-amd64-3.6\pysptk copying pysptk\sptk.py -> build\lib.win-amd64-3.6\pysptk copying pysptk\synthesis.py -> build\lib.win-amd64-3.6\pysptk copying pysptk\util.py -> build\lib.win-amd64-3.6\pysptk copying pysptk\version.py -> build\lib.win-amd64-3.6\pysptk copying pysptk\__init__.py -> build\lib.win-amd64-3.6\pysptk creating build\lib.win-amd64-3.6\pysptk\example_audio_data copying pysptk\example_audio_data\arctic_a0007.wav -> build\lib.win-amd64-3.6\pysptk\example_audio_data copying pysptk\example_audio_data\COPYING -> build\lib.win-amd64-3.6\pysptk\example_audio_data running build_ext skipping 'pysptk\_sptk.c' Cython extension (up-to-date) building 'pysptk._sptk' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/ ---------------------------------------- ERROR: Command errored out with exit status 1: 'C:\Users\PC651\AppData\Local\Programs\Python\Python36\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\PC651\AppData\Local\Temp\pip-install-4p_m0byk\pysptk_7e39251a161b478096e648a084f8d85d\setup.py'"'"'; __file__='"'"'C:\Users\PC651\AppData\Local\Temp\pip-install-4p_m0byk\pysptk_7e39251a161b478096e648a084f8d85d\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\PC651\AppData\Local\Temp\pip-record-2rhjcg1w\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\PC651\AppData\Local\Programs\Python\Python36\Include\pysptk' Check the logs for full command output.
該当のソースコード
py -3.6 -m pip install pysptk
試したこと
whlファイルでの導入
3.6に対応した物が見つからなかったため断念
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。