-
Notifications
You must be signed in to change notification settings - Fork 10
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
Joint Inversion #1
Comments
Dear Ahmed, thank you for your interest in the code. Can you please provide the output of |
Thank you for your response (four-phase-inversion) C:\Users\AHMED_PC>conda info
populated config files : C:\Users\AHMED_PC.condarc ModuleNotFoundError Traceback (most recent call last) ModuleNotFoundError: No module named 'pygimli' python -c "import pygimli; print(pygimli.version); import fpinv"ModuleNotFoundError Traceback (most recent call last) ModuleNotFoundError: No module named 'pygimli' |
Dear @AhmedAlHeety, as the error message states, pyGIMLi is not installed. Maybe you installed it in the base environment? How have you created the four-phase-inversion environment? With the environment.yml as stated in the instructions? Best wishes |
Thank you, Dr. Wanger Yes I do With the (environment.yml) as stated in the instruction |
Can you type the following within the four-phase-inversion environment and the folder where the environment.yml is located in the Anaconda Navigator |
(base) C:\Users\AHMED_PC>conda activate four-phase-inversion (four-phase-inversion) C:\Users\AHMED_PC>conda env update --file environment.yml ResolvePackageNotFound:
|
(base) C:\Users\AHMED_PC>conda activate four-phase-inversion (four-phase-inversion) C:\Users\AHMED_PC> UnsatisfiableError: The following specifications were found Specifications:
Your python: python=3.6 If python is on the left-most side of the chain, that's the version you've asked for. |
Does the issue still exist? |
Unfortunately, I don't know because I don't try it again.
With my best regards
…On Mon, Jul 12, 2021, 10:19 PM Florian Wagner ***@***.***> wrote:
Does the issue still exist?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMCK5BL6WWUCD6WDKDDRGRLTXM547ANCNFSM4WNNA7SQ>
.
|
Problem description
Hello, Dear Dr.Wagner
In the beginning, I am a novice in python programming and I have some questions and a problem.
I am currently trying to run the four-phase-inversion (synthetic and real data example ) which you provided with codes..
I am working with Anaconda and I created a specific environment as suggested in the instructions.
unfortunately, I got an issue that I do not manage to run any code from A to Z.
I try to run Code with (Base env) and (four-phase-inversion env).
the Pygimli working with Base env, but unfortunately doesn't work with (four-phase-inversion env).
Thank you very much for your attention,
Best regards.
Ahmed
Operating system: Windows 10
Python version: 3.6.12
pyGIMLi version: 0
Way of installation: Conda package (64 bit)
The text was updated successfully, but these errors were encountered: