k2 icon indicating copy to clipboard operation
k2 copied to clipboard

Use system kaldifeat

Open meerfrau opened this issue 9 months ago • 1 comments

Hi Fangjun,

I've got installed your great https://github.com/csukuangfj/kaldifeat locally: python-kaldifeat /usr/lib/python3.10/site-packages/_kaldifeat.cpython-310-x86_64-linux-gnu.so

Nevertheless k2 downloads v1.20 which fails to build with gcc 13: ./k2/build/temp.linux-x86_64-cpython-310/_deps/kaldifeat-src/kaldifeat/csrc/log.h:11:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?

How may I change this to v1.23 from my system?

meerfrau avatar Oct 13 '23 00:10 meerfrau

please try https://github.com/k2-fsa/k2/pull/1251

csukuangfj avatar Oct 13 '23 02:10 csukuangfj