MockingBird 安装过程出错

b1uwtaje  于 2个月前  发布在  其他
关注(0)|答案(2)|浏览(27)

Summary[问题简述(一句话)]
A clear and concise description of what the issue is.

Env & To Reproduce[复现与环境]
描述你用的环境、代码版本、模型
py3.9.12出错代码
`Collecting webencodings
Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Using legacy 'setup.py install' for umap-learn, since package 'wheel' is not installed.
Using legacy 'setup.py install' for visdom, since package 'wheel' is not installed.
Using legacy 'setup.py install' for fast-bss-eval, since package 'wheel' is not installed.
Using legacy 'setup.py install' for audioread, since package 'wheel' is not installed.
Using legacy 'setup.py install' for ctc-segmentation, since package 'wheel' is not installed.
Using legacy 'setup.py install' for kaldiio, since package 'wheel' is not installed.
Using legacy 'setup.py install' for pynndescent, since package 'wheel' is not installed.
Using legacy 'setup.py install' for ci-sdr, since package 'wheel' is not installed.
Using legacy 'setup.py install' for torchfile, since package 'wheel' is not installed.
Using legacy 'setup.py install' for validators, since package 'wheel' is not installed.
Using legacy 'setup.py install' for jaconv, since package 'wheel' is not installed.
Using legacy 'setup.py install' for distance, since package 'wheel' is not installed.
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]
D:\system cache\pip-build-env-ns2yiq8r\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(
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-39
creating build\lib.win-amd64-cpython-39\pyworld
copying pyworld_init_.py -> build\lib.win-amd64-cpython-39\pyworld
running build_ext
skipping 'pyworld\pyworld.cpp' Cython extension (up-to-date)
building 'pyworld.pyworld' extension
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
WARNING: You are using pip version 22.0.4; however, version 22.2 is available.
You should consider upgrading via the 'C:\Users\123\AppData\Local\Programs\Python\Python39\python.exe -m pip install --upgrade pip' command.`
Screenshots[截图(如有)]
If applicable, add screenshots to help

相关问题