首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
fd4ir0专题
pip安装jupyter时报错Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-Fd4ir0/
执行如下两条命令,或许可以解决。我的就是可以解决了。 apt-get update python -m pip install --upgrade --force pip 然后安装jupyter,竟然成功了。 pip install jupyter
阅读更多...