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

No module named '_phash' while running python verify.py #8

Open
tonko22 opened this issue Jun 8, 2020 · 0 comments
Open

No module named '_phash' while running python verify.py #8

tonko22 opened this issue Jun 8, 2020 · 0 comments

Comments

@tonko22
Copy link

tonko22 commented Jun 8, 2020

I followed setup instructions:
clone github repo, pip install -r requirements.txt

python verify.py wavs-test.txt phones-test.txt data.idx caused error:

:~/projects/vosk$ python verify.py wavs-test.txt phones-test.txt data.idx
Traceback (most recent call last):
File "/home/[email protected]/projects/vosk/phash.py", line 14, in swig_import_helper
return importlib.import_module(mname)
File "/usr/local/lib/python3.7/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named '_phash'

using python 3.7.0, ubuntu 18.04

Couldn't fild answers with google. What could be the problem?

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

No branches or pull requests

1 participant