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
I am afraid that by its nature, it is not possible to use extensions like this one that use external pip packages with the self-contained executables, because they contain a limited and isolated python interpreter.
Is there a way to package the cyclonedx package so that it can be used with conan.exe?
If you run that in an environment with the pip dependencies installed, and add them to --hidden-import, they will be bundled together with the interpreter.
I am trying to use the sbom extension with the binary release of conan:
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
The text was updated successfully, but these errors were encountered: