gempy-project / gempy

GemPy is an open-source, Python-based 3-D structural geological modeling software, which allows the implicit (i.e. automatic) creation of complex geological models from interface and orientation data. It also offers support for stochastic modeling to address parameter and model uncertainties.
https://gempy.org
European Union Public License 1.2
965 stars 232 forks source link

GemPy installation #792

Closed GiuliaLisi closed 1 year ago

GiuliaLisi commented 1 year ago

Dear Sirs, I am trying to install GemPy following instructions on your web site. Unfortunately it does not work. When I try to execute python import command as: import gempy as gp there is error messages as you can see in the attached file. The error happens in numpy even though the numpy package has been installed during the pip install gempy command.

Please see the attached files.

Install_error.pdf Installed_packages.txt

Thanks a lot.

g.lisi96@outlook.it

javoha commented 1 year ago

Hi, there are some dependency issues that we are trying to resolve for the next release. Maybe try the suggestion in #780 for a short term solution. I really hope it helps and have fun using gempy!

GiuliaLisi commented 1 year ago

Good morning, I have followed all the instructions written in the suggestion #780. The problem persists when I run "import gempy as gp", as you can see in the screenshot below...

Immagine1

I have also verified that the version of numpy installed in my environment is 1.21.6 !!

Please, do you have any other suggestions? Thank you again

javoha commented 1 year ago

Hi, could you also share the version of scikit-mage in that new environment?

VLSAR24 commented 1 year ago

@GiuliaLisi Hi, the error was solved for me through downgrading to python 3.9. You can try that.

AlexanderJuestel commented 1 year ago

GemPy 2.3 has been released and the issue should have been solved now! Please reopen if you still have issues with the installation.

See https://github.com/cgre-aachen/gempy/releases/tag/v2.3.0 for more information