You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: