命令行运行 'pip3 install jupyter' 后,到中间环节报错:
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
网上查询后,以下方法实测可行。
第 1 步,更新 pip。'pip install-upgrade pip'。(这里我之前已经更新到最新了)
第 2 步,更新 setuptools。'pip install --upgrade setuptools'。
最后重新运行 'pip3 install jupyter',安装成功!