python-geoprobe
python-geoprobe copied to clipboard
Unable to Use the Module
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 ?
Hello, how to fix this error please.
ModuleNotFoundError: No module named 'horizon'
thanks in advance
I found this same error. How to fix it? please!
hi
i think the package is linux compatible i've searched in Anaconda i couldn't found windows platform.
or may be another error .
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 i am using ubuntu 18.04. I tried to use this modules but I found this error. I am a beginner in python, but i will win :)
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. pip install geoprobe --upgrade
).
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 PySeis
. geoprobe
does not use PySeis
. It looks like you're running the tests for an unrelated module?
Can you try running one of the geoprobe
examples? E.g. python examples/basic_volume_usage.py
or even just import geoprobe
.
Thanks! I Will do that tomorrow.
I tried but appear it
good god almighty ! everything is good now! great work @joferkington thanks
Thanks! Everything is good now!