-
Notifications
You must be signed in to change notification settings - Fork 131
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
ImportError: No module named _emd #8
Comments
I've got the same issue. I traced back to wmd.py, it turned out that the Python.h is not found in emd.h. Someone could help? |
me too. wmd> python wmd.py SMERP_only_text.pk SMERP_only_text_wmd.pk |
you can use pyemd instead, which gensim using this package too. |
you should first build emd in python-master-emd |
Has anyone come across a solution to this? When I run |
I've installed swig and build emd with 'make' command
|
Why is that I keep getting "
ImportError: No module named _emd
" error from emd.py? I use python 2.7.May I ask what is '_emd' ? I assume it's not the same as pyemd?
Thanks in advance for your time!
The text was updated successfully, but these errors were encountered: