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
Is your feature request related to a problem? Please describe.
I use an Apple silicon MacBook.
An error occurred when I ran the deployed function. This is likely due to Certbot using an arm64-based Python 3.10 image for building, while the deployment environment runs on the x86_64 architecture.
{
"errorMessage": "Unable to import module 'index': /var/task/cryptography/hazmat/bindings/_rust.abi3.so: cannot open shared object file: No such file or directory",
"errorType": "Runtime.ImportModuleError",
"requestId": "",
"stackTrace": []
}
Describe the solution you'd like
I want it to be deployed and ready to go.
Describe alternatives you've considered
I manually change the architecture to arm64 and re-upload the built code, it works.
Additional context
Proposed implementation
Makes architecture parameters configurable.
Is your feature request related to a problem? Please describe.
I use an Apple silicon MacBook.
An error occurred when I ran the deployed function. This is likely due to Certbot using an arm64-based Python 3.10 image for building, while the deployment environment runs on the x86_64 architecture.
Describe the solution you'd like
I want it to be deployed and ready to go.
Describe alternatives you've considered
I manually change the architecture to arm64 and re-upload the built code, it works.
Additional context
Proposed implementation
Makes architecture parameters configurable.
Any currently forseeable downsides to this approach
The text was updated successfully, but these errors were encountered: