Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check_dependencies.sh - Issue with numpy #301

Open
Lazypanda278 opened this issue Apr 15, 2022 · 1 comment
Open

check_dependencies.sh - Issue with numpy #301

Lazypanda278 opened this issue Apr 15, 2022 · 1 comment

Comments

@Lazypanda278
Copy link

Lazypanda278 commented Apr 15, 2022

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.

@bmilde
Copy link
Contributor

bmilde commented May 28, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants