-
Notifications
You must be signed in to change notification settings - Fork 22
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
Python-inspector processes certain dependencies for way too long #106
Comments
Thanks for the report. Can you tell which target OS-arch and Python version you have used? |
Hi, python inspector was run as follows:
The host architecture is Linux and python 3.10 |
@bennati Thanks. The --analyze-setup-py-insecurely flags means things are live evaluated. We need to enable a verbose mode to trace what's going on. |
there is some sorts of inifite loop IMHO |
The culprit may be https://github.com/mwaskom/seaborn/blob/v0.8.1/setup.py but tabulate looks rather bland. |
Any update on this? can I help somehow? |
@bennati no update yet. Help would be mucho welcomed! |
Opened PR upstream at resolvelib sarugaku/resolvelib#113 |
@bennati you rock! 🙇 |
Also related #110 |
sarugaku/resolvelib#113 by @bennati has been merged 🙇 ❤️ ... so we could likely start using it ASAP with "build from git"?... or wait a bit for a tag? |
I would prefer asap… I was looking into submitting a PR which would use the latest resolvlib, but it seems to be an indirect dependency and I could not figure out which direct dependency to update |
ok thanks, it looks like I had a typo in my search :) |
It includes fix for backjumping, see sarugaku/resolvelib#113 Relates-to: aboutcode-org#106 Signed-off-by: Bennati, Stefano <[email protected]>
It includes fix for backjumping, see sarugaku/resolvelib#113 Relates-to: aboutcode-org#106 Signed-off-by: Bennati, Stefano <[email protected]>
It includes fix for backjumping, see sarugaku/resolvelib#113 Relates-to: aboutcode-org#106 Signed-off-by: Bennati, Stefano <[email protected]>
It includes fix for backjumping, see sarugaku/resolvelib#113 Relates-to: aboutcode-org#106 Signed-off-by: Bennati, Stefano <[email protected]>
It includes fix for backjumping, see sarugaku/resolvelib#113 Relates-to: aboutcode-org#106 Signed-off-by: Bennati, Stefano <[email protected]>
It includes fix for backjumping, see sarugaku/resolvelib#113 Relates-to: aboutcode-org#106 Signed-off-by: Bennati, Stefano <[email protected]>
Hmm, apparently python-inspector 0.9.6 was published to PyPI yesterday which is supposed to fix this issue, but there is no such release yet at https://github.com/nexB/python-inspector/releases. @TG1999 can we please also get a GitHub release entry with release notes to be able to close this in good conscience? |
@sschuberth released it on github as well here https://github.com/nexB/python-inspector/releases/tag/v0.9.6 |
Thanks @TG1999, so are we good to close this issue? If yes please do so. |
It includes fix for backjumping, see sarugaku/resolvelib#113 Relates-to: aboutcode-org#106 Signed-off-by: Bennati, Stefano <[email protected]>
Python inspector takes too much time to process certain requirements.txt
For example, the time to process these requirements is more than 1 hour, while the time to process each individually is less than 5 minutes:
``
boto3==1.10.16
s3fs
tabulate
boto3==1.10.16
s3fs
seaborn
The text was updated successfully, but these errors were encountered: