Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pickle doomsday is coming #1524

Open
fmaussion opened this issue Jan 22, 2023 · 0 comments
Open

Pickle doomsday is coming #1524

fmaussion opened this issue Jan 22, 2023 · 0 comments
Labels

Comments

@fmaussion
Copy link
Member

fmaussion commented Jan 22, 2023

The day we all have feared has come. Old glacier directories will soon be unreadable in modern environments:

/home/mowglie/.miniconda3/envs/py3/lib/python3.10/site-packages/oggm/utils/_workflow.py:2939: 
UserWarning: Unpickling a shapely <2.0 geometry object. Please save the pickle again; 
shapely 2.1 will not have this compatibility.
  out = pickle.load(f)

I always wanted to get rid of pickle entirely anyways - its possible but requires work and is only very little rewarding...

@fmaussion fmaussion added the bug label Jan 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant