-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: sam build fails to install onnxruntime==1.18.1 #674
Comments
@zhemaituk Thanks for raising the issue. The package |
I have a similar problem with Using
From the logs, it says that it is incompatible but the file
Could it be because the package name can be either confluent-kafka or confluent_kafka (I tried both and it did not work though)? |
Description:
onnxruntime==1.18.1 dependency fails to install in container and locally using sam build.
Steps to reproduce:
sam build --use-container --debug
Observed result:
Expected result:
Build Successful
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
The same fails without
--use-container
as well, BUT only during first execution ofsam build
, second execution ofsam build
without cleaning.aws-sam
folder is successful.pip install onnxruntime==1.18.1
by itself works fine in both: container and locally.OS: macOS 14.6.1 23G93
SAM CLI: version 1.121.0
The text was updated successfully, but these errors were encountered: