Closed kawaalina closed 4 months ago
Hi,
so I assume you followed the installation guide and used pip install gempy
? And when trying to run it in the same environment it wasnt able to find gempy? Can you check the installation using conda list
in your environment?
Do you have general experience with Python, environments and how to handle installation?
Cheers
Jan
yes, it's on conda list! gempy 2.3.2 pypi_0 pypi
Hi, the current version is 2024.2.0.2. To really make sure you have everything I suggest the following: Make sure you conda, python and pip are up-to-date.
Then create a new virt env using:
conda create -n gempy_test python=3.12 anaconda
Activate the environment:
conda activate gempy_test
Install the version of gempy with optionalö dependencies:
pip install gempy[opt]
Then check again with conda list
. This should give you the most recent gempy version in a fresh environment.
it's work! Thanx so much <3
Great, have fun geomodeling!
Hello, I downloaded Gempy using the Anaconda terminal and typed the following command.
import gempy
He gave the following
ModuleNotFoundError: No module named 'gempy'
Although the download process was successful and all packages were downloaded using "pip", I tried it on Jupyter and it did not work either! What is the reason for this? i use wendows Windows System.