Replies: 1 comment 5 replies
-
First, the originally used Python version 3.4 is far too old and not supported anymore (we even stopped supporting Python 3.7!). However, the environment installes a newer version. Can you please try the newest version 1.2.6 (that should come by default when omitting the version number) and tell whether it is working? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am a really beginner in python, now I am learning about data processing and inversion of seismic refraction data, then I got "refrapy" python based program that use pygimli on it.
I have a problem when I run the refrapy program, there is error in importing pygimli, it said that 'no module named pygimli'
here is the code
and this is the result after I run the program above
So, I try to install pygimli library, using conda by
conda create -n pg -c gimli -c conda-forge pygimli=1.2.1
, then activate pg byconda activate pg
. I think it has done, then I test usingpython -c "import pygimli; pygimli.test(show=False, onlydoctests=True)"
, and there are many errors happen, like thisI don't know is it right I ask the question here, but hopefully I got the answer how to fix it. So, I can continue using the program.
thank you
Beta Was this translation helpful? Give feedback.
All reactions