pykaldi
pykaldi copied to clipboard
check_dependencies.sh - Issue with numpy
I'm trying to install pykaldi. I installed numpy using pip and when I run check_dependencies.sh, I get an error "ModuleNotFoundError: No module named 'numpy'". I have verified that numpy is installed. I'm using python version 3.7. This error disappears when I install numpy using pip2, however, I face issues in installing clif. Any idea why thiss is happening and how I can resolve this ? Thanks in advance.
Python2/python3 got probably mixed up in the install script, it's probably best to point the install scripts to your python3 install manually, see also https://github.com/uhh-lt/kaldi-model-server