How to debug stuck at "Syncing Dependencies" #918
Unanswered
danstewart
asked this question in
Q&A
Replies: 2 comments
-
Hi |
Beta Was this translation helpful? Give feedback.
0 replies
-
For others coming via the Google.. use verbose logging:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
If a project gets stuck at the "Syncing dependencies" stage is there a good way to debug what's going on?
I've sorted our issue now with some trial and error but was wondering if there was a good way to debug this.
The issue we had was down to responses==0.23.2 requiring
urllib>=2
but botocore requiringurllib<1.27
.Here is a minimal
pyproject.toml
to replicate the problemIf you run
hatch env prune && hatch env create
it should get stuck.Thanks
Beta Was this translation helpful? Give feedback.
All reactions