use_2to3 is invalid.
It looks like setuptools>=58 breaks support for use_2to3:
So you should update setuptools to setuptools<58 or avoid using packages with use_2to3 in the setup parameters.
setuptools的版本>=58将导致该报错
It looks like setuptools>=58 breaks support for use_2to3:
So you should update setuptools to setuptools<58 or avoid using packages with use_2to3 in the setup parameters.
setuptools的版本>=58将导致该报错