codeforboston / codeforboston/voiceapp311
Running deploy_tools.py using pip on machines that use pip 2 by default causes invalid lambda function
Open
bug
deployment
- Dominant language
- Python
- Stars
- 40
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
When you install python3 via HomeBrew, you get a new executable `python3` and a new pip, `pip3`. Our deploy tools call pip directly so it uses the old pip v2. This creates a lambda function with invalid python 2 versions of some of our dependencies.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.