`Command "python setup.py egg_info" failed with error code 1`
解决方法是更新 setuptools 和 pip: pip install --upgrade setuptools python -m pip install --upgrade pipenv