https://bugs.winehq.org/show_bug.cgi?id=51918
--- Comment #5 from Patrick patrick+winehq.org@laimbock.com --- Please ignore this fix:
- if sysconfig._get_default_scheme() == 'posix_local': + if sysconfig.get_default_scheme() == 'posix_local':
Although the py3.10 docs said that _get_default_scheme was renamed to get_default_scheme, that was not the case on the py.301 on Fedora 35.