The newly added `python 3.10` doesn't work with pip 20 and setuptools 47 old pip/setuptools version thinks python 3.10 is python 3.1: * https://bugs.python.org/issue42744 * https://github.com/pypa/pip/issues/6730 * https://github.com/python/cpython/pull/24386 Python 3.10 requires pip>=21 and setuptools>=52 (https://github.com/python/cpython/blob/3.10/Lib/ensurepip/__init__.py)