无法安装vamp库。PyС危害/Windows11 (64位)/Python3.8-3.9-3.10试图将解释器版本从3.8个更改为3.10,安装了微软С构建工具的完整版本。安装了所需的库(包括车轮和numpy)
一直以来我都有一个错误:
Collecting vamp
Using cached vamp-1.1.0.tar.gz (107 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: vamp
Building wheel for vamp (setup.py): started
Building wheel for vamp (setup.py): finished with status 'error'
Running setup.py clean for vamp
Failed to build vamp
Installing collected packages: vamp
Running setup.py install for vamp: started
Running setup.py install for vamp: finished with status 'error'
error: subprocess-exited-with-error
python setup.py bdist_wheel did not run successfully.
exit code: 1
...
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
Encountered error while trying to install package.
vamp
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
我试着从官方网站https://www.vamp-plugins.org/download.html下载vamp插件包,但是他们的文件链接被破坏了。
我还在github (https://github.com/sonic-visualiser/vamp-plugin-pack)上找到了他们的存储库,但我想不出如何将其编译成用于Windows11 (64) for Python的库
发布于 2022-08-20 02:32:44
我认为你需要安装python2.7。在那之后,你要安装鞋面
https://stackoverflow.com/questions/73050565
复制相似问题