generated from aboutcode-org/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 24
TypeError: cannot unpack non-iterable NoneType object (again) #77
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
Labels
bug
Something isn't working
Comments
Please note that with python-inspector 0.6.4 the error message is different:
|
Replaced by #78. |
I think that the error for non-existing package is not the same issue as the bug you reported in #78 |
Fixed in version 0.9.0 here https://github.com/nexB/python-inspector/tree/v0.9.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue looks like a previous one (#72) but I get it on another file and the suggested fix does not work.
Therefore, I open a new issue.
While running
python-inspector --python-version 310 --json-pdt - --analyze-setup-py-insecurely --requirement requirements.txt
on a file containing only:
I get the following exception:
Could the output of the tool be improved with
module 'non-existing-module' not found
for instance ?Tested with python-inspector 0.7.1 and 0.8.1.
The text was updated successfully, but these errors were encountered: