1. Problem Description:
When installing a package with PIP, an error message is displayed_ 2to3 is invalid
For example, when I install concurrentloghandler = = 0.9.1, the following error is reported
2. Solution
Reduce the version of setuptools to 57.5
pip install setuptools==57.5.0