解决安装ipython时Command "python setup.py egg_info" failed with error code 1 in /tmp

简介:

最近使用ubuntu16.04 server版安装ipython的时候一直在报错:

1
2
3
IPython 6.0+ does not support Python 2.6, 2.7, 3.0, 3.1, or 3.2.     
When using Python 2.7, please  install  IPython 5.x LTS Long Term Support version.
python2.7 ipython Command  "python setup.py egg_info"  failed with error code 1  in  /tmp/pip-build-Vxrpi9/ipython/


下面的报错无所谓,没有解决办法,也找不到。关键是上面说明的版本信息,由于ubuntu16.04默认python版本是python2.7,所以使用原来CentOS6.x或者ubuntu14.04的习惯安装方法是不可行的,需要使用IPython 5.x LTS才可以,所以去PyPI网站下载了ipython-5.4.1-py2-none-any.whl。


具体操作步骤:

1
2
wangpeng@ubuntu:~$ wget https: //pypi .python.org /packages/f7/48/5702699caf20208d61a92157c01d1eb281093e3e02e9bcd4b5031ccea6a1/ipython-5 .4.1-py2-none-any.whl #md5=2b801f50b5e82a3fabca42b661568bf5
wangpeng@ubuntu:~$  sudo  pip  install  ipython-5.4.1-py2-none-any.whl

再试一下就可以了。

1
2
3
4
5
6
7
8
9
wangpeng@ubuntu:~$ ipython
Python 2.7.12 (default, Nov 19 2016, 06:48:10) 
Type  "copyright" "credits"  or  "license"  for  more  information.
IPython 5.4.1 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about  'object' , use  'object??'  for  extra details.
In [1]:

 










本文转自 wangpengtai  51CTO博客,原文链接:http://blog.51cto.com/wangpengtai/1963283,如需转载请自行联系原作者
目录
相关文章
|
10天前
|
安全 数据挖掘 Python
Python的打包工具(setup.py)实战篇
关于如何使用Python的setup.py工具打包Python项目的实战教程。
10 0
Python的打包工具(setup.py)实战篇
yolov5项目如何安装pycocotools和opencv-python?
本文提供了解决yolov5项目中安装pycocotools和opencv-python包失败的两种方法:手动安装或使用国内镜像源进行安装。
yolov5项目如何安装pycocotools和opencv-python?
|
15天前
|
Linux Python
Centos7安装Python虚拟环境之virtualenv
Centos7安装Python虚拟环境之virtualenv
|
16天前
|
Python
Python模块制作及安装
Python模块制作及安装
|
11月前
|
关系型数据库 MySQL 数据库
【100天精通python】Day32:使用python操作数据库_MySQL下载、安装、配置、使用实战
【100天精通python】Day32:使用python操作数据库_MySQL下载、安装、配置、使用实战
71 0
|
16天前
|
Python Windows
Python安装第三方库太慢?配置好这个速度飞起
Python安装第三方库太慢?配置好这个速度飞起
|
23天前
|
Linux 测试技术 Python
Python笔记1 安装并配置Python
本文是作者关于Python复习笔记的系列文章第一篇,介绍了Python语言的特点、在不同操作系统上搭建Python环境的方法,包括下载编辑器和配置解释环境,并通过在编辑器中运行“Hello World!”程序来测试环境是否成功搭建。
29 0
|
Python Windows
Python3+PyCharm环境的安装及配置
近期碰到有同学入门Python还不会安装并配置Python编程环境的,在这里做一期教程手把手教大家安装与配置使用(以 Python 3.9.9 以及 PyCharm 2021.3.1 为例)
641 0
Python3+PyCharm环境的安装及配置
|
4月前
|
IDE Linux 开发工具
Python安装与配置
Python安装与配置
83 0