pkg_resources.ContextualVersionConflict: (av 17.0.1 (/usr/lib/python3/dist-packages), Requirement.parse('av<17.0.0,>=14.0.0'), {'aiortc'})
If the module works with av 17 anyway, maybe patch pyproject.toml before building to ignore the upper constraint.

