Best ways to debug setuptools/pip? #2827
Unanswered
AndrewAnnex
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
related to my issue #2818, I am trying to provide more helpful information for the issue but I am having trouble getting debuggers to work with setuptools pep517/518. Adding
breakpoint()
to my custom build commands (via cmdclass) just results inNameError: name 'breakpoint' is not defined
when runningpip install dist/*.tar/gz
. Are there other ways to ensure I get a stack traceback with setuptools/pip? I have went as far as editing the source files in site-packages for setuptools to include breakpoints aswell but no success so far, pip just returns unhelpful traceback:Beta Was this translation helpful? Give feedback.
All reactions