Skip to content
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

ort scan requires python 3.6 issue #3873

Closed
rajatkumardev opened this issue Apr 12, 2021 · 1 comment
Closed

ort scan requires python 3.6 issue #3873

rajatkumardev opened this issue Apr 12, 2021 · 1 comment
Labels
question An issue that is actually a question scanner About the scanner tool

Comments

@rajatkumardev
Copy link

rajatkumardev commented Apr 12, 2021

on executing this command
image
I am getting this error
image
I also tried the mentioned solution, but that did not work
image
please help me here, I have python 3.9

@sschuberth
Copy link
Member

As a side note, that message comes directly from Python (which gets executed by ORT), so also the suggested -0 option needs to be passed to Python itself, not to ORT.

Anyway, the root cause here is that we ScanCode version we currently use still requires Python 3.6. The easiest work-around for you should be to locally configure ORT to use another ScanCode version, very similar to like done in #3613.

@sschuberth sschuberth added question An issue that is actually a question scanner About the scanner tool labels Apr 12, 2021
sschuberth added a commit that referenced this issue Jun 10, 2021
Also see issues #3671 and #3873.

Signed-off-by: Sebastian Schuberth <sebastian.schuberth@bosch.io>
sschuberth added a commit that referenced this issue Jun 10, 2021
Also see issues #3671 and #3873.

Signed-off-by: Sebastian Schuberth <sebastian.schuberth@bosch.io>
sschuberth added a commit that referenced this issue Jun 10, 2021
Also see issues #3671 and #3873.

Signed-off-by: Sebastian Schuberth <sebastian.schuberth@bosch.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question An issue that is actually a question scanner About the scanner tool
Projects
None yet
Development

No branches or pull requests

2 participants