sixfeetup / scaf

scaf provides developers and DevOps engineers with a complete blueprint for a new project using Kubernetes
BSD 3-Clause "New" or "Revised" License
36 stars 7 forks source link

PyYAML prevents Python 3.12+ scaf pip install #237

Open daveoconnor opened 3 weeks ago

daveoconnor commented 3 weeks ago

Note: This is an issue for the scaf project, not necesarily the generated projects.

Mostly adding this for the record in case anyone else comes across it, currently we can't pip install -r requirements.txt in a python 3.12 environment because of PyYAML.

Seems like a fix may be coming.

https://github.com/yaml/pyyaml/issues/736