centos安装jupyter失败failed with error code 1 in None

系统是CentOS Linux release 7.5.1804 (Core) ,安装了Python3,两个共存,2、3都能使用

安装pip install jupyter 一直失败pip3 install jupyter成功安装

尝试了easy_install -U setuptools
sudo python -m pip install --upgrade --force pip sudo pip install setuptools==33.1.1都没有解决

pip install jupyter

一直出现下边提示

Command "/usr/bin/python -m pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-CDRfIt --no-warn-script-location --no-binary :none: --only-binary :none: -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com -- setuptools wheel ipython>=5 jupyter_core>=4.2 jupyter_client" failed with error code 1 in None
阅读 3.5k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题