Stefano Bennati
Stefano Bennati
It's indeed an issue with scancode 32 https://github.com/nexB/scancode-toolkit/issues/3648 thanks!
Scancode team says the detection is correct and it's a new feature that was recently instroduced to reference files (see linked P) So ORT should adapt and parse the report...
Hi @sschuberth I tested again and the issue is still there
Hi all, I was wondering if adding `matchedText` to the evaluator results would not blow up the size of the file and potentially cause memory issues in the reporter. What...
Please keep in mind that the code without backjumping not only fails to resolve dependencies in certain cases but also takes hours (if not days on larger projects) to fail,...
Hi @frostming , I misunderstood a comment above. I guess the old code does in principle resolve correctly every time, but in practice it doesn't manage to complete as we...
Hi @notatallshaw , it's easy to get such requirement by starting with these dependencies ``` boto3==1.10.16 s3fs seaborn ``` These took on my machine around 7 mins to resolve (using...
Is that right that currently only `--extra-index-url` is supported and `--index-url` is not? See https://github.com/nexB/python-inspector/blob/102ef9b46caf8758e17dcc46af316647fb75a5fb/src/python_inspector/api.py#L146
Hi, python inspector was run as follows: ``` python-inspector --python-version 310 --operating-system linux --json-pdt /...json --analyze-setup-py-insecurely --requirement .../src/requirements.txt --verbose ``` The host architecture is Linux and python 3.10
Any update on this? can I help somehow?