Advertisement
goatbar

ipython failing to install on python 2.6 with pip

Apr 24th, 2017
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. On ubuntu 14.04 LTS...
  2.  
  3. pip install notebook
  4.  
  5. [SNIP]
  6.  
  7. Downloading/unpacking ipython>=4.0.0 (from ipykernel->notebook)
  8. Downloading ipython-6.0.0.tar.gz (5.1MB): 5.1MB downloaded
  9. Running setup.py (path:/usr/local/google/home/schwehr/imma/ve/build/ipython/setup.py) egg_info for package ipython
  10.  
  11. IPython 6.0+ does not support Python 2.6, 2.7, 3.0, 3.1, or 3.2.
  12. When using Python 2.7, please install IPython 5.x LTS Long Term Support version.
  13. Beginning with IPython 6.0, Python 3.3 and above is required.
  14.  
  15. See IPython `README.rst` file for more information:
  16.  
  17. https://github.com/ipython/ipython/blob/master/README.rst
  18.  
  19. Python sys.version_info(major=2, minor=7, micro=6, releaselevel='final', serial=0) detected.
  20. Your pip version is out of date, please install pip >= 9.0.1. pip 1.5.4 detected.
  21.  
  22. Complete output from command python setup.py egg_info:
  23.  
  24.  
  25. IPython 6.0+ does not support Python 2.6, 2.7, 3.0, 3.1, or 3.2.
  26.  
  27. When using Python 2.7, please install IPython 5.x LTS Long Term Support version.
  28.  
  29. Beginning with IPython 6.0, Python 3.3 and above is required.
  30.  
  31.  
  32.  
  33. See IPython `README.rst` file for more information:
  34.  
  35.  
  36.  
  37. https://github.com/ipython/ipython/blob/master/README.rst
  38.  
  39.  
  40.  
  41. Python sys.version_info(major=2, minor=7, micro=6, releaselevel='final', serial=0) detected.
  42.  
  43. And then it looks like it has failed...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement