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
Skip Validation on langauge when not building dependencies
When only using PythonPipBuilder:CopySource, the Python version installed on the machine should not matter.
requirements.txt file not found. Continuing the build without dependencies.
Running PythonPipBuilder:CopySource
For situations where the dependencies are being packaged into a layer, it's unnecessary to have Python installed at all - or at least the python version could be relaxed so as not to require the same version the lambda is targeting:
Error: PythonPipBuilder:Validation - Binary validation failed for python, searched for python in following locations : ['/usr/bin/python', '/bin/python', '/usr/bin/python3', '/bin/python3'] which did not satisfy constraints for runtime: python3.12. Do you have python for runtime: python3.12 on your PATH?
The text was updated successfully, but these errors were encountered:
Skip Validation on langauge when not building dependencies
When only using PythonPipBuilder:CopySource, the Python version installed on the machine should not matter.
For situations where the dependencies are being packaged into a layer, it's unnecessary to have Python installed at all - or at least the python version could be relaxed so as not to require the same version the lambda is targeting:
The text was updated successfully, but these errors were encountered: