chalice support python 3.9 as host python
- Dominant language
- Python
- Stars
- 11.1k
- Forks
- 1k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
issue and solution documented in https://github.com/aws/chalice/issues/1696
specifically re issue https://github.com/aws/chalice/issues/1696#issuecomment-817369468
specifically re solution, pass --python-version 38 to pip (or alternative lambda runtime version).
tldr, chalice doesn't properly package cross python version dependencies.
Contributor guide
Research direction
Start with linked issue 1696 and its referenced comment, then trace Chalice's dependency-packaging path for handling the host Python version and the Lambda runtime version. Verify the package produced for a Python 3.9 host includes dependencies compatible with the selected runtime, including the documented --python-version 38 case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- cli, cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100