cgre-aachen / open_AR_Sandbox

open-AR-Sandbox is a project to enable haptic interaction with geoscientific content in AR-Sandboxes.
GNU Lesser General Public License v3.0
66 stars 40 forks source link

Gempy version not compatible with Pandas Version #68

Closed VLSAR24 closed 2 years ago

VLSAR24 commented 2 years ago

The installed pandas version is 1.3.4 in the sandbox environment. The gempy library is unable to run and gives an error 'GemPy requires pandas version < 1.4.0. The new pandas release is not compatible with GemPy. We're actively working on this issue for a future release.' List packages Error

Japhiolite commented 2 years ago

Are you certain, you're looking at the same environment? That error only appears if pandas is > 1.4.0

VLSAR24 commented 2 years ago

Hello @Japhiolite, Yes. I am looking at the same environment (sandbox-env). I have tried creating the whole environment again but am still facing the same error.

Japhiolite commented 2 years ago

That's strange. Just to be sure: In the notebook, where you import gempy, can you in a cell above the import gempy statement import pandas and print the version pandas.__version__?

VLSAR24 commented 2 years ago

@Japhiolite That is embarrassing. A higher version of python is currently installed (1.4.2). Thank you very much. I will try to downgrade the version.