You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO[2022-09-10T13:09:25Z] Running generator for Module Manager: `pyenv` with output `/tmp/out/bom-pyenv.json`
INFO[2022-09-10T13:09:25Z] Command has completed with errors for some package managers, see details below
INFO[2022-09-10T13:09:25Z] Plugin pyenv return error Python version not found
This seems to be happening because the image doesn't include pyenv
The text was updated successfully, but these errors were encountered:
Having the same issue. to reproduce create an empty folder with only a requirements.txt and run:
~> docker run -it --rm -v $PWD:/repository -v $PWD/out:/out spdx/spdx-sbom-generator -p /repository/ -o /out
INFO[2023-05-10T12:24:10Z] Starting to generate SPDX ...
INFO[2023-05-10T12:24:10Z] Running generator for Module Manager: `pyenv` with output `/out/bom-pyenv.spdx`
INFO[2023-05-10T12:24:10Z] Command has completed with errors for some package managers, see details below
INFO[2023-05-10T12:24:10Z] Plugin pyenv return error Python version not found
To reproduce, try https://github.com/opensbom-generator/spdx-sbom-generator#docker-images where the mounted project is python based.
The logs include:
This seems to be happening because the image doesn't include pyenv
The text was updated successfully, but these errors were encountered: