Andrew Back
Andrew Back
@jesseengel any thoughts on this?
Many thanks, this did the trick!
I'm getting the same error on Ubuntu 24.04 _with_ release tag 1.0.2, when installing the dependencies inside a venv created with `python3 -m venv venv`.
So I resolved the PyYAML build error on Ubuntu 24.04 / Python 3.12 by bumping the version in requirements.txt to PyYAML==6.0.1. I then had a similar failure with aiohttp, which...