python setup.py install 时出现以下错误
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
解决办法(升级 pip 和 setuptools):
pip install --upgrade pip setuptools wheel