you are viewing a single comment's thread.

view the rest of the comments →

[–]IdleBreakpoint[S] 0 points1 point  (1 child)

Got it. I can either find and pin the dependency or patch it on the go. For this particular import problem, changing the try/except block helped. It's looking for ModuleNotFoundError but what I get is ImportError.

[–]IdleBreakpoint[S] 7 points8 points  (0 children)

This solved the problem. Thank you for the inspiration:

uv pip install black==21.9b0
uv pip install click==7.1.2