csukuangfj / kaldifeat

Kaldi-compatible online & offline feature extraction with PyTorch, supporting CUDA, batch processing, chunk processing, and autograd - Provide C++ & Python API
https://csukuangfj.github.io/kaldifeat
Other
187 stars 35 forks source link

源码安装出现错误 #65

Closed Text2-m closed 2 months ago

Text2-m commented 1 year ago
截屏2023-02-07 17 27 30
csukuangfj commented 1 year ago

需要支持 c++14 的 gcc.

你目前的 gcc 版本是多少?

如果你是自己从源码安装的 gcc, 请参考下面的文档,设置环境变量

https://k2-fsa.github.io/k2/installation/faqs.html#error-c-14-or-later-compatible-compiler-is-required-to-use-aten


切记:设置好环境变量后,删除 build 目录,再重试.

csukuangfj commented 12 months ago

@Text2-m 请问解决了没有?

https://csukuangfj.github.io/kaldifeat/cpu.html

https://csukuangfj.github.io/kaldifeat/cuda.html

上述两个网页包含预编译的 whl.