Closed VLSAR24 closed 2 years ago
Are you certain, you're looking at the same environment? That error only appears if pandas is > 1.4.0
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.
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__
?
@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.
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.'