简体   繁体   English

安装 jupyter 时出错(命令出错,退出状态为 1)

[英]Error while installing jupyter (Command errored out with exit status 1)

I'm trying to install jupyter and getting errors:我正在尝试安装jupyter并出现错误:

python --version:
python 3.6.8

pip --version
pip 20.3.3 from /home/my/rep/prj/venv/python3.6/site-packages/pip (python  3.6)


which ipython3:
/usr/bin/ipython3

I'm trying to install jupyter:我正在尝试安装 jupyter:

pip install jupyter

 ERROR: Command errored out with exit status 1:
/home/my/rep/prj/venv/bin/python -c 'import sys, setuptools, tokenize....
command     
....
    ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output

How can I fix it and install jupyter?如何修复它并安装 jupyter?

Try this one试试这个

pip install --upgrade setuptools

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 安装 pytorch 时出现“Command errored out with exit status 1”错误 - “Command errored out with exit status 1” error while installing pytorch 错误:安装 pyaudio 时命令出错,退出状态为 1 - ERROR: Command errored out with exit status 1 while installing pyaudio 错误:命令出错,退出状态为 1:在 Pycharm 中安装 pyAudio 时 - ERROR: Command errored out with exit status 1: while installing pyAudio in Pycharm 错误:安装要求时命令出错,退出状态为 1 - ERROR: Command errored out with exit status 1 while installing requirements Jupyter 安装错误:命令错误退出状态为 1 - Jupyter install ERROR: Command errored out with exit status 1 安装 pyttsx3 时:命令出错,退出状态为 1 - While installing pyttsx3: Command errored out with exit status 1 安装 pySpark 会出现此错误:错误:命令错误退出状态为 1 - Installing pySpark gives this error : ERROR: Command errored out with exit status 1 错误:安装 Kivy 时命令出错,退出状态为 1 - ERROR: command errored out with exit status 1 when installing Kivy 准备车轮元数据...错误错误:安装 apex 时命令出错,退出状态为 1 - Preparing wheel metadata ... error ERROR: Command errored out with exit status 1 while installing apex 安装 matplotlib 错误:命令出错,退出状态为 -4 - installing matplotlib ERROR: Command errored out with exit status -4
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM