-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add support for setup.py #2
Comments
After calling |
@jhermann the main issue there is that you are executing a setup.py to get there which is fraught with so many perils (not the proper system reqs, python version, etc, etc). See aboutcode-org/scancode-toolkit#253 (comment) for some pointers and approaches the main serious ones being either: AST parsing or mock execution |
@jayfk do you plan to include in this ticket |
FWIW, this is an example of setup.py that is hard to make sense: https://github.com/jakubroztocil/httpie/blob/f1d4861faed6486a356175ce9f92d4da96ddba01/setup.py
I am not sure the complexity is worth handling in such a case, at least for a start. |
This basically looks like a
On |
No description provided.
The text was updated successfully, but these errors were encountered: