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