pip安装jupyter时报错Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-Fd4ir0/

执行以下两条命令,或许能够解决。个人就是能够解决了。
python

apt-get update
spa

python -m pip install --upgrade --force pip3d

而后安装jupyter,居然成功了。blog

pip install jupyter
ip