最近重新安装win10 64位专业版, 正好遇到python3.8发布,试了一下.结果jupyter都安装不了...心碎. ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 查看网上资料,大多数都说升级两个包就可以了,一个是pip,一个是setuptools,升级方式如下: python -m pip install --u…