-
Notifications
You must be signed in to change notification settings - Fork 16
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
Unable to Use the Module #3
Comments
Hello, ModuleNotFoundError: No module named 'horizon' thanks in advance |
I found this same error. How to fix it? please! |
This should only happen if you are not using a version of python that this library supports. Most likely, all of you are using python3. This module is not python 3 compatible (keep in mind it was written ten years ago and hasn't been maintained since). I'll try to get python3 support in in the next few days. |
Hi |
Thanks @joferkington and @ELASHALL |
Python 3.x support has been added, which should fix the issue you were seeing. Try updating to the latest version (e.g. |
Thanks @joferkington ! It helped me a lot. Thanks for your attention. I will continue to test more. |
I get this error |
@Andersongeofisco - That's an issue with Can you try running one of the |
Thanks! I Will do that tomorrow. |
I tried but appear it |
good god almighty ! |
Thanks! Everything is good now! |
Hello,
I am trying to install geoprobe through pip. Everything looks good. When I try to run your test script or importing the module. It said it cannot find the horizon module.
Any clue how to fix this ?
The text was updated successfully, but these errors were encountered: