Stefano Bennati

Results 28 issues of Stefano Bennati

Closes https://github.com/nexB/python-inspector/issues/136 Signed-off-by: Bennati, Stefano

It seems cython is required in certain circumstances, see error below. Please add cython to `requirements.txt`. ``` 08:50:03.364 [DefaultDispatcher-worker-1] ERROR org.ossreviewtoolkit.plugins.packagemanagers.python.Pip - Unable to determine dependencies for definition file '/builds/oss/oss-review-toolkit/ort-gitlab-ci/project/requirements.txt':...

Python inspector analyzes a requirement.txt using a single core, parallelization could speed up the run considerably. Related to https://github.com/oss-review-toolkit/ort/issues/6206.

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...

bug
must have

When dealing with a long list of issues, filtering by path can speed up resolution. Add the option to filter by path, not just sorting by path, in the package...

enhancement
reporter

Analyzing a `requirements.txt` file that contains `-i URL` or `--index-url URL` fails with the error below. This was tested with 0.12.1 and 0.10.0, the parsing happens correctly in version 0.10.0....

When duplicate packages or projects are found in the dependency tree, print a warning instead of throwing an exception and inteerrupting the scan. Duplicate packages may arise when the same...

When scanning the repository https://github.com/peak/s5cmd/tree/v2.2.2 The analyzer throws the error: `ERROR org.ossreviewtoolkit.plugins.packagemanagers.python.Pip - Unable to determine dependencies for definition file '/builds/oss/oss-review-toolkit/ort-gitlab-ci/project/vendor/github.com/urfave/cli/v2/mkdocs-requirements.txt': IOException: Cannot run program "python-inspector" (in directory "/builds/oss/oss-review-toolkit/ort-gitlab-ci/project/vendor/github.com/urfave/cli/v2"): error=2,...

bug
analyzer
needs info