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 have tested a build locally with 2.9.1 which compiles and runs as intended. However, if i upload to CI which uses 2.12.1 i start to receive the error:
ERROR: project@ci/onnx_mlir: required component package 'onnxmlir::' not in dependencies.
after everything got built 100% and installed:
project@ci/onnx_mlir: Created package revision 30c29eea3cd405117395266f431b087e
project@ci/onnx_mlir: Package 'aac2a81e4a8b829f33e6989db80e08d973e47838' created
project@ci/onnx_mlir: Full package reference: project@ci/onnx_mlir#c5933e761ecee04ce...
project@ci/onnx_mlir: Package folder /root/.conan2/p/b/project...
ERROR: project@ci/onnx_mlir: required component package 'onnxmlir::' not in dependencies.
I have checked similar issue #17312 and it looks like something got fixed in 2.9.3 already. Could this be related?
What is the meaning of this message and what could be the reason it triggers in 2.12.1 but not in 2.9.1?
Have you read the CONTRIBUTING guide?
I've read the CONTRIBUTING guide
The text was updated successfully, but these errors were encountered:
I think I'd need a bit more of context and information to understand what could be happening.
Could you please share:
A full conanfile.py for project@ci/onnx_mlir, or at least a minimal one that allows to reproduce the issue?
The information for the onnxmlir package recipe, specifically what it defines in its package_info() method, or even better, a full recipe that allows reproducing the issue.
The commands use to reproduce the issue
The full output of the commands.
Clarification about the project@ci/onnx_mlir reference, it seems it is incorrect, it would be missing the version?
What is your question?
I have tested a build locally with 2.9.1 which compiles and runs as intended. However, if i upload to CI which uses 2.12.1 i start to receive the error:
ERROR: project@ci/onnx_mlir: required component package 'onnxmlir::' not in dependencies.
after everything got built 100% and installed:
I have checked similar issue #17312 and it looks like something got fixed in 2.9.3 already. Could this be related?
What is the meaning of this message and what could be the reason it triggers in 2.12.1 but not in 2.9.1?
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: