-
Notifications
You must be signed in to change notification settings - Fork 315
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
python-inspector
cannot analyze s5cmd
package due to IOException: error=2, No such file or directory
#9254
Comments
Are you using the Docker image? Could be related to the notes mentioned here, so please try with ORT 33.1.0. |
It's not related: I see the same issue also with 27.0.0 |
That should be irrelevant. Only ORT 33.1.0 and above contain the fix to pin the setuptools version. I.e. the issue might be caused by a new version of a requirement of |
I tested with version 6bb98df and the error is still there. |
While I can't reproduce this locally, I can when using the Docker image. Anyway, I guess it's not |
Guessing further, I believe the "thing" that cannot be found is something that gets called from the s5cmd project's Could you please give that a try, @bennati? |
python-inspector
cannot analyze s5cmd
package due to IOException: error=2, No such file or directory
I tried adding the following to the global config, but the error persists
|
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, No such file or directory Caused by: IOException: error=2, No such file or directory
Tested with ORT 27.0.0, 29.1.0, 32.1.0
The text was updated successfully, but these errors were encountered: