thomasscheer
thomasscheer
In general: is there a reason for python-inspector to FAIL and EXIT, when there is an exception in package resolution? Regarding the usage of python-inspector in ORT, this will block...
Now it's getting stranger and stranger: I reduced the requirements.txt to a one-liner: **aiohappyeyeballs==2.6.1 ; python_version >= "3.10" and python_version < "3.13"** python-inspector --python-version 313 --operating-system linux --json-pdt python-inspector.json --requirement...
Is there any progress in this issue? Currently I'm blocked because the package resolutions finds 0 (zero) dependencies in my project.
package resolution fails with TypeError: '<' not supported between instances of 'str' and 'NoneType'
[requirements.txt](https://github.com/user-attachments/files/21595357/requirements.txt)
package resolution fails with TypeError: '<' not supported between instances of 'str' and 'NoneType'
I found a very simple solution which works at least at my requirements.txt. The reason for the error is a none return value from wheel_urls, means no wheel for the...
package resolution fails with TypeError: '<' not supported between instances of 'str' and 'NoneType'
@TG1999 Currently I'm not allowed to push my branch to the repository of python-inspector. So I can't create a PR.
I do have the same issue when using ort analyse on my poetry-project: java.io.IOException: Running 'python-inspector --python-version 311 --operating-system linux --json-pdt /tmp/ort-PythonInspector13710381662136651418/python-inspector6283273422756952523.json --analyze-setup-py-insecurely --requirement /tmp/ort-Poetry12499612839497264533/requirements.txt14705584514466321039.tmp --verbose' in '/tmp/ort-Poetry12499612839497264533' failed with...
running python-inspector with -p 3.13 seems to work, but this version is not yet available in Opensource-review-toolkit.