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.