[PYTHON] Jupyter installation error

tl;dr After seeing the Hatena entry, I wanted to touch Jupyter. http://myenigma.hatenablog.com/entry/2016/02/20/183423?utm_source=dlvr.it&utm_medium=twitter

environment

MacOSX El Capitan‎ Python2.7

error contents

An error occurred when I tried to install Jupyter.

pip install jupyter

Installing collected packages: setuptools, gnureadline, appnope, ptyprocess, pexpect, ipython, ipykernel, notebook, ipywidgets, jupyter-console, qtconsole, jupyter
  Found existing installation: setuptools 18.4
Cannot remove entries from nonexistent file /anaconda/lib/python2.7/site-packages/easy-install.pth

approach

It is said that the cause is that the setuptools attached to Anaconda that I put in before is old. https://github.com/ContinuumIO/anaconda-issues/issues/542

conda update setuptools

After running it again, it looks like it was installed.

pip install jupyter

Start as a trial.

ipython notebook

Then, the following URL tab is opened in the default browser, and you can touch Jupyter. http://localhost:8888/tree

When stopped, press Control-C in the terminal.

Recommended Posts

Jupyter installation error
Jupyter installation
centOS 7 installation error
jupyter and pandas installation
[Error countermeasures] django-heroku installation error handling
Multiprocessing error in Jupyter Notebook
jupyter nbextension, nbextensions_configurator installation command
Error: 500 (Internal Server Error) Jupyter lab
Django installation
Cuda installation
Jupyter begins
boto3 installation
Jupyter Tips 4
Pythia Installation
Jupyter nbextensions
Docker installation
Volatility installation
Python installation
Jupyter Tips 5
pip installation
Error recording
Jupyter Tips 3
Sphinx installation
Jupyter Tips 2
InstantOS 1 installation
Jupyter tricks
Python installation
pip installation
Kivy installation
ChaSen installation
mysqlclient installation error solution [Mac, Windows version]
Backtrader installation
[AWS] Summary of CLI installation error countermeasures
Homebrew error
pip installation
[Python] Temporary measures against pyautogui (PyMsgBox) installation error
PyPortfolioOpt (Investment Portfolio Optimization Library) installation error resolution
Error running Jupyter Notebook in Anaconda virtual environment