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

Workflow pickles generated with networkx<2.8, are not compatible with 2.8.2+ #173

Open
bryce-turner opened this issue Nov 30, 2023 · 0 comments

Comments

@bryce-turner
Copy link
Member

We get the following error:

  File "/home/tgenjetstream/jetstream_centro/venv/lib/python3.8/site-packages/jetstream/cli/subcommands/run.py", line 103, in template
    run(wf, args)
  File "/home/tgenjetstream/jetstream_centro/venv/lib/python3.8/site-packages/jetstream/cli/subcommands/run.py", line 125, in run
    ewf = jetstream.load_workflow(args.existing_workflow)
  File "/home/tgenjetstream/jetstream_centro/venv/lib/python3.8/site-packages/jetstream/workflows.py", line 417, in load_workflow
    wf = pickle.load(fp)
  File "/home/tgenjetstream/jetstream_centro/venv/lib/python3.8/site-packages/networkx/classes/reportviews.py", line 1056, in __setstate__
    self._adjdict = state["_adjdict"]
KeyError: '_adjdict'

Need to review reportviews.py for a solution that allows us to read older pickles, and review networkx #5657

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant