Fangjun Kuang

Results 683 comments of Fangjun Kuang

Could you press `ctrl + c` and see whether there are any more logs? It is not normal that it would take so long to install.

Could you use ```bash git clone https://github.com/csukuangfj/kaldifeat/ cd kaldifeat mkdir build cd build cmake .. make -j export PYTHONPATH=$PWD/../kaldifeat/python:$PWD/lib:$PYTHONPATH cd $HOME python3 -c "import kaldifeat; print(kaldifeat.__file__)" ```

I guess it probably has something with your NFS. Could you try https://csukuangfj.github.io/kaldifeat/installation.html#install-kaldifeat-from-conda-only-for-linux to instal kaldifeat using `conda install`. I have no idea about how to fix your issue.

> conda is very slow in figuring out package dependencies That should not be the case. There might be something wrong with your system. --- > Then I tried pip,...

> Could you help check if these are potential issues? Thanks! Please have a look at https://github.com/pytorch/pytorch/issues/39522 It is a known issue when using valgrind with PyTorch.

@Slyne Please see the comment at https://github.com/triton-inference-server/server/issues/3777#issuecomment-1031408935 I would suggest you to file an issue at https://github.com/pytorch/pytorch/issues You can replace `import kaldifeat` with `import torch` when posting the issue.

Can you try ```bash git clone https://github.com/csukuangfj/kaldilm.git cd kaldilm git checkout fix-windows python3 setup.py install ``` If it fails, please attach the error logs. Thanks!

Could you try the following again ```python cd kaldilm git pull python3 setup.py install ```

> Another error come up. I will try to find a windows machine to test it this night. Please wait for a while.

@shushanxingzhe Could you please try it again? It should fix the issue, I think.