-
Notifications
You must be signed in to change notification settings - Fork 3
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 'mpglue.classification._moving_window' #6
Comments
How did you install MpGlue? Did you build from source (below)?
|
Yes I did install mpglue. But it still returns an error: This is the entire error message I got: import mpglue as gl |
The
|
Yes, I do see all those files. But still says "ModuleNotFoundError: No module named 'mpglue.classification._moving_window'"... Not sure what's driving this error. |
Can you uninstall |
Thank you so much for looking into this. I actually tried to do it on my Windows PC and still got the same error message... Any help you can provide on this would be much appreciated! Traceback (most recent call last): |
Hi, I've the same error when I import mpglue from python shell
Thanks, so much! |
Also, this is the classification's dir content |
Solved!
Also, I must to install 2 pypi extra, Fiona and shapely |
@takaakimasaki where are you importing Looking at the traceback of @vdeluca I can see that the installation was clean. However, in the (3. import) test you were inside the You can check where you environment /site-packages directory is located by importing another package, like: >>> import numpy as np
>>> print(np.__file__) To test the installation of |
Here is an example of what I was referring to in the previous comment.
If you do not
|
@vdeluca The above link should be related to the same issue. The import fails because you are missing the compiled files ( |
I get an error message saying "No module named 'mpglue.classification._moving_window'" when I run "import mpglue import moving_window." I am running it on my Mac (MacOS High Sierra). Any advice you could give on solving this issue would be appreciated.
The text was updated successfully, but these errors were encountered: