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
Our AWS Lambda zip package build system is not set up to compile sdist files into wheels for all possible architectures and Python versions and we don't know of an intuitive way to know that compiling an sdist is going to create an arch- and Python version agnostic wheel. As a result we rely on wheels to be published for all our pypi dependencies and disable sdist compilation.
You currently only provide sdists of your package. Would it be possible to build a platform-agnostic wheel for your package as well? As it is pure Python, I hope it would not be a big burden and it would keep us from creating a build system for our AWS Lambdas
The text was updated successfully, but these errors were encountered:
Our AWS Lambda zip package build system is not set up to compile sdist files into wheels for all possible architectures and Python versions and we don't know of an intuitive way to know that compiling an sdist is going to create an arch- and Python version agnostic wheel. As a result we rely on wheels to be published for all our pypi dependencies and disable sdist compilation.
You currently only provide sdists of your package. Would it be possible to build a platform-agnostic wheel for your package as well? As it is pure Python, I hope it would not be a big burden and it would keep us from creating a build system for our AWS Lambdas
The text was updated successfully, but these errors were encountered: