python-geoprobe icon indicating copy to clipboard operation
python-geoprobe copied to clipboard

Unable to Use the Module

Open davidkwong opened this issue 7 years ago • 17 comments

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 ? image

davidkwong avatar Sep 25 '17 17:09 davidkwong

Hello, how to fix this error please.

ModuleNotFoundError: No module named 'horizon'

thanks in advance

ELASHALL avatar Aug 27 '18 12:08 ELASHALL

I found this same error. How to fix it? please!

Andersongeofisco avatar Aug 27 '18 17:08 Andersongeofisco

geoprobe hi i think the package is linux compatible i've searched in Anaconda i couldn't found windows platform. or may be another error .

ELASHALL avatar Aug 28 '18 13:08 ELASHALL

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.

joferkington avatar Aug 28 '18 13:08 joferkington

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 :)

Andersongeofisco avatar Aug 28 '18 13:08 Andersongeofisco

Thanks @joferkington and @ELASHALL

Andersongeofisco avatar Aug 28 '18 13:08 Andersongeofisco

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).

joferkington avatar Aug 28 '18 16:08 joferkington

Thanks @joferkington ! It helped me a lot. Thanks for your attention. I will continue to test more.

Andersongeofisco avatar Aug 28 '18 20:08 Andersongeofisco

captura de tela de 2018-08-28 18-30-37

Andersongeofisco avatar Aug 28 '18 21:08 Andersongeofisco

I get this error

Andersongeofisco avatar Aug 28 '18 21:08 Andersongeofisco

@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.

joferkington avatar Aug 28 '18 22:08 joferkington

Thanks! I Will do that tomorrow.

Andersongeofisco avatar Aug 28 '18 22:08 Andersongeofisco

captura de tela de 2018-08-28 20-18-28

Andersongeofisco avatar Aug 28 '18 23:08 Andersongeofisco

I tried but appear it

Andersongeofisco avatar Aug 28 '18 23:08 Andersongeofisco

good god almighty ! everything is good now! great work @joferkington thanks

ELASHALL avatar Aug 29 '18 05:08 ELASHALL

Thanks! Everything is good now!

Andersongeofisco avatar Sep 06 '18 13:09 Andersongeofisco