-
Notifications
You must be signed in to change notification settings - Fork 96
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
Error to import gmmreg: No module named '_extension' #4
Comments
You get this error when the build was not successfully completed. I could never make it work for Python3. |
FYI, now there is a new repo for the Python implementation of gmmreg. |
Hi, I have followed the build instructions in the new repo. The setup/install line executes without any errors, but when I try to import gmmreg I still get the 'ModuleNotFound' message:
Is there anything I am missing? I am working with Python 3.6.9 (GCC 8.3.0). Thanks in advance for any response! |
Sorry. Jorge-Quesada, I missed your question. Is the problem you reported for the gmmreg-python repo or this repo? |
Hi,
after changing some line for python3 compatibility with 2to3 package (mainly print commands) and installing the package through the readme:
python setup.py build
python setup.py install
When I try to import gmmreg it gives me the following error. Would you please help me with this?
Python 3.6.6 |Anaconda custom (64-bit)| (default, Jun 28 2018, 17:14:51)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: