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

Running the Bag example several times consecutively results in a JSONDecodeError #208

Open
bryanwweber opened this issue Feb 4, 2022 · 0 comments

Comments

@bryanwweber
Copy link
Contributor

bryanwweber commented Feb 4, 2022

What happened:
Running the bag.ipynb example several times on the same machine eventually fails at the first Transform and Save code cell. The .to_textfiles() call causes a JSONDecodeError due to an unterminated string. The line/column varies, but the error is consistent.

What you expected to happen:
The example should run without error.

Minimal Complete Verifiable Example:

bag.ipynb example. I need to run it top-to-bottom 3-4 times before the error appears. The error persists after restarting the kernel, I suspect it's related to the buildup of files in the data directory.

Anything else we need to know?:

Environment:

  • Dask version: 2022.1.1
  • Python version: 3.9
  • Operating System: Ubuntu
  • Install method (conda, pip, source): Conda
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