Hi,
Is it a possibility for you to use a higher python version ?
Otherwise, you can also try to build the wrapper from source with a trick:
Replace in setup.py
line 31
from setuptools import setup, Extension
with
from distutils import setup, Extension
Not sure that will work, but distutils is the legacy tools that we were using until recently. If that does not work either, it’s probably your python installation that is broken.