Skip to content

How to use sbom extension with conan binary release? Missing dependencies #163

@peakschris

Description

@peakschris

I am trying to use the sbom extension with the binary release of conan:

<download conan.exe>
conan config install https://github.com/conan-io/conan-extensions.git
conan.exe sbom:cyclonedx --format 1.4_json conanfile.py
The sbom extension needs an additional package, please run:
pip install 'cyclonedx-python-lib>=5.0.0,<6'
ERROR: Exiting with code: 1

The sbom instructions say: pip install 'cyclonedx-python-lib>=5.0.0,<6'.

However, we (deliberately) do not have python/pip on the path for all our developers.

Is there a way to package the cyclonedx package so that it can be used with conan.exe?

Thanks, Chris

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions