has2k1 / gnuplot_kernel

A Jupyter/IPython kernel for gnuplot
BSD 3-Clause "New" or "Revised" License
83 stars 25 forks source link

Install on Python 2 fails #19

Closed jayvdb closed 4 years ago

jayvdb commented 5 years ago

Installed /home/travis/virtualenv/python2.7.15/lib/python2.7/site-packages/gnuplot_kernel-0.3.0-py2.7.egg
Processing dependencies for gnuplot-kernel==0.3.0

Searching for notebook>=5.4.0
Reading https://pypi.org/simple/notebook/
Downloading https://files.pythonhosted.org/packages/02/99/951cc76e3340af06c617079f65c65390507cce95c18cf28591659479208b/notebook-6.0.0.tar.gz#sha256=5c16dbf4fa824db19de43637ebfb24bcbd3b4f646e5d6a0414ed3a376d6bc951

Best match: notebook 6.0.0
Processing notebook-6.0.0.tar.gz
Writing /tmp/easy_install-FMBb8Z/notebook-6.0.0/setup.cfg
Running notebook-6.0.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-FMBb8Z/notebook-6.0.0/egg-dist-tmp-2IHYnj
Notebook 6.0+ supports Python 3.4 and above.

When using Python 2.7, please install Notebook 5.x.

Python sys.version_info(major=2, minor=7, micro=15, releaselevel='final', serial=0) detected.
``
has2k1 commented 5 years ago

@jayvdb, Yes I saw that for the PR you submitted. Well, that is the end of Python 2 support.