python 安装kaldifeat报错
问题:(base) zz@zqj5213:~/kaldi-master/src$ pip install kaldifeat
Collecting kaldifeat
Using cached kaldifeat-1.24.tar.gz (467 kB)
Preparing metadata (setup.py) … done
Building wheels for collected packages: kaldifeat
Building wheel for kaldifeat (setup.py) … error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
?─> [79 lines of output]
running bdist_wheel
running build
running build_py
解决:下载cmke
问题: – Downloading…
dst=‘/tmp/pip-install-o9dm6fvu/kaldifeat_2f5edb65ea71465186aa4a1f6f95c312/build/temp.linux-x86_64-cpython-311/_deps/pybind11-subbuild/pybind11-populate-prefix/src/5bc0943ed96836f46489f53961f6c438d2935357.zip’
timeout=‘none’
inactivity timeout=‘none’
– Using src=‘https://github.com/pybind/pybind11/archive/5bc0943ed96836f46489f53961f6c438d2935357.zip’
– Using src=‘https://huggingface.co/csukuangfj/k2-cmake-deps/resolve/main/pybind11-5bc0943ed96836f46489f53961f6c438d2935357.zip’
CMake Error at pybind11-subbuild/pybind11-populate-prefix/src/pybind11-populate-stamp/download-pybind11-populate.cmake:170 (message):
Each download failed!
解决:去浏览器中下载这个文件后上传到/tmp/pip-install-o9dm6fvu/下面https://github.com/pybind/pybind11/archive/5bc0943ed96836f46489f53961f6c438d2935357.zip
更多推荐
所有评论(0)