-
Notifications
You must be signed in to change notification settings - Fork 20
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
Transient "StopIteration"/"JSONDecodeError" error from poetry #1997
Comments
It looks like it happens during the installation of Pillow:
For me it is reasonably common for a PR to fail when installing packages (across all repos, not just this repo, maybe 1/100 PRs?). I'd always put this down to a network problem. |
Another transient error (this one happened in pull #2113):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A workflow run for one of Lama's pull requests failed for no obvious reason. Re-running the workflow magically made it work. The error clearly had nothing to do with the pull request in question.
The error message was:
I have no idea what this means. This message was apparently produced by either the command
poetry config virtualenvs.create false
orpoetry install --no-root
(guessing it was the latter? it's not apparent from the log.)As far as I can see, the first workflow run (which failed) and the second (which passed) used exactly the same container and exactly the same set of Python packages, as well as using exactly the same Git commit (ddea7b5).
Complete logs are here:
https://challenge.physionet.org/benjamin/pnstuff/4917997795-fail.zip
https://challenge.physionet.org/benjamin/pnstuff/4917997795-pass.zip
The text was updated successfully, but these errors were encountered: