pygit2 icon indicating copy to clipboard operation
pygit2 copied to clipboard

The package does not work in cloud environments from Python version 3.12 and for the arm architecture.

Open damian-giebas-solidstudio opened this issue 7 months ago • 0 comments

Hi. I'd like to report a problem, because I'm using pygit2 in a project and I find that in cloud environments (specifically AWS Lambda) the package just doesn't work. You can use the package if AWS Lambda uses runtime python3.11 with x86_64 architecture. If I change the runtime to a newer one or change the architecture to arm64 then the package does not work. Would it be possible to verify this and fix it?

Best regards. Damian