[SERVER-50136] Can't pip install -r etc/pip/dev-requirements.txt on python3.8 due to typed-ast Created: 06/Aug/20 Updated: 27/Oct/23 Resolved: 06/Apr/21 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Richard Samuels (Inactive) | Assignee: | Robert Guo (Inactive) |
| Resolution: | Gone away | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Operating System: | ALL |
| Participants: |
| Description |
|
pip install -r etc/pip/dev-requirements.txt fails when the typed-ast build dies from missing pgenheaders.h, which was removed in a python3.8 rc. Update typed-ast to a more recent version which removes the pgenheaders.h dependency, which also entails chasing and updating any packages which depend on typed-ast. (possibly mypy?) |
| Comments |
| Comment by Robert Guo (Inactive) [ 06/Apr/21 ] |
|
This is no longer an issue after we updated the toolchain Python to 3.9 |