You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to run the "Getting Started" Code in Jupyter Notebook Python 3.10.13 and Pandas 2.1.4
I receive an error when attempting to run the model (openscm model version '0.2.3').
The error appears to be associated with my version of pandas.
System:
OS: Windows
Python 3.10.13 and openscm model version 0.2.3
Additional context
Attempting to run the model with older Python and pandas versions corresponding to the release of the this latest openscm model, but running into other issues. Based on this error, what are the solution recommendations? Thank you.
The text was updated successfully, but these errors were encountered:
We've sent you into dependency hell. I'll try to fix this as part of #39, no guarantees on doing that quickly though. If you want to try and fix it yourself, as you've noticed, you basically need to roll back to specific versions of a number of dependencies. That will be quite a lot of trial and error (but the CI passed at some point, so there is a solution out there somewhere...)
Hello,
Attempting to run the "Getting Started" Code in Jupyter Notebook Python 3.10.13 and Pandas 2.1.4
I receive an error when attempting to run the model (openscm model version '0.2.3').
Description
Running cell containing:
Failing Test
Please put code (ideally in the form of a unit test) which fails below
Receiving this output:
scenarios: 0/? [00:00<?, ?it/s] ---------------------------------------------------------------------------
and this error:
The error appears to be associated with my version of pandas.
System:
Additional context
Attempting to run the model with older Python and pandas versions corresponding to the release of the this latest openscm model, but running into other issues. Based on this error, what are the solution recommendations? Thank you.
The text was updated successfully, but these errors were encountered: