Skip to content

Instantly share code, notes, and snippets.

@Carreau
Created May 11, 2015 23:59
Show Gist options
  • Save Carreau/23793d6fd08d063932d4 to your computer and use it in GitHub Desktop.
Save Carreau/23793d6fd08d063932d4 to your computer and use it in GitHub Desktop.
fresh install of IPython errors.
$ ipython notebook --notebook-dir=~
[I 16:58:26.148 NotebookApp] Writing notebook server cookie secret to /Users/bussonniermatthias/Library/Jupyter/runtime/notebook_cookie_secret
[W 16:58:26.197 NotebookApp] Installing IPython kernel spec
/Users/bussonniermatthias/dev/jupyter_client/jupyter_client/kernelspec.py:160: UserWarning: install_native_kernel_spec is deprecated. Use ipykernel.kernelspec import install.
warnings.warn("install_native_kernel_spec is deprecated."
[I 16:58:26.214 NotebookApp] Serving notebooks from local directory: /Users/bussonniermatthias
[I 16:58:26.214 NotebookApp] 0 active kernels
[I 16:58:26.214 NotebookApp] The IPython Notebook is running at: http://localhost:8888/
[I 16:58:26.214 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[E 16:58:27.066 NotebookApp] Uncaught exception GET /clusters?_=1431388706933 (::1)
HTTPServerRequest(protocol='http', host='localhost:8888', method='GET', uri='/clusters?_=1431388706933', version='HTTP/1.1', remote_ip='::1', headers={'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Referer': 'http://localhost:8888/tree', 'Accept-Language': 'fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4', 'Host': 'localhost:8888', 'Accept-Encoding': 'gzip, deflate, sdch', 'Connection': 'keep-alive', 'X-Requested-With': 'XMLHttpRequest', 'Accept': 'application/json, text/javascript, */*; q=0.01'})
Traceback (most recent call last):
File "/usr/local/Cellar/python3/HEAD/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/tornado/web.py", line 1346, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/usr/local/Cellar/python3/HEAD/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/tornado/web.py", line 2626, in wrapper
return method(self, *args, **kwargs)
File "/Users/bussonniermatthias/dev/notebook/jupyter_notebook/services/clusters/handlers.py", line 21, in get
self.finish(json.dumps(self.cluster_manager.list_profiles()))
File "/Users/bussonniermatthias/dev/notebook/jupyter_notebook/services/clusters/clustermanager.py", line 81, in list_profiles
self.update_profiles()
File "/Users/bussonniermatthias/dev/notebook/jupyter_notebook/services/clusters/clustermanager.py", line 63, in update_profiles
for profile in list_profiles_in(path):
File "/Users/bussonniermatthias/dev/ipython/IPython/core/profileapp.py", line 101, in list_profiles_in
files = os.listdir(path)
FileNotFoundError: [Errno 2] No such file or directory: '/Users/bussonniermatthias/.ipython'
[E 16:58:27.074 NotebookApp] {
"Accept-Encoding": "gzip, deflate, sdch",
"Connection": "keep-alive",
"Referer": "http://localhost:8888/tree",
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36",
"X-Requested-With": "XMLHttpRequest",
"Accept-Language": "fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4",
"Accept": "application/json, text/javascript, */*; q=0.01",
"Host": "localhost:8888"
}
[E 16:58:27.074 NotebookApp] 500 GET /clusters?_=1431388706933 (::1) 13.26ms referer=http://localhost:8888/tree
[E 16:58:35.514 NotebookApp] Uncaught exception GET /clusters?_=1431388715323 (::1)
HTTPServerRequest(protocol='http', host='localhost:8888', method='GET', uri='/clusters?_=1431388715323', version='HTTP/1.1', remote_ip='::1', headers={'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Referer': 'http://localhost:8888/tree/dev', 'Accept-Language': 'fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4', 'Host': 'localhost:8888', 'Accept-Encoding': 'gzip, deflate, sdch', 'Connection': 'keep-alive', 'X-Requested-With': 'XMLHttpRequest', 'Accept': 'application/json, text/javascript, */*; q=0.01'})
Traceback (most recent call last):
File "/usr/local/Cellar/python3/HEAD/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/tornado/web.py", line 1346, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/usr/local/Cellar/python3/HEAD/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/tornado/web.py", line 2626, in wrapper
return method(self, *args, **kwargs)
File "/Users/bussonniermatthias/dev/notebook/jupyter_notebook/services/clusters/handlers.py", line 21, in get
self.finish(json.dumps(self.cluster_manager.list_profiles()))
File "/Users/bussonniermatthias/dev/notebook/jupyter_notebook/services/clusters/clustermanager.py", line 81, in list_profiles
self.update_profiles()
File "/Users/bussonniermatthias/dev/notebook/jupyter_notebook/services/clusters/clustermanager.py", line 63, in update_profiles
for profile in list_profiles_in(path):
File "/Users/bussonniermatthias/dev/ipython/IPython/core/profileapp.py", line 101, in list_profiles_in
files = os.listdir(path)
FileNotFoundError: [Errno 2] No such file or directory: '/Users/bussonniermatthias/.ipython'
[E 16:58:35.516 NotebookApp] {
"Accept-Encoding": "gzip, deflate, sdch",
"Connection": "keep-alive",
"Referer": "http://localhost:8888/tree/dev",
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36",
"X-Requested-With": "XMLHttpRequest",
"Accept-Language": "fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4",
"Accept": "application/json, text/javascript, */*; q=0.01",
"Host": "localhost:8888"
}
[E 16:58:35.517 NotebookApp] 500 GET /clusters?_=1431388715323 (::1) 3.12ms referer=http://localhost:8888/tree/dev
[E 16:58:50.274 NotebookApp] Uncaught exception GET /clusters?_=1431388715327 (::1)
HTTPServerRequest(protocol='http', host='localhost:8888', method='GET', uri='/clusters?_=1431388715327', version='HTTP/1.1', remote_ip='::1', headers={'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Referer': 'http://localhost:8888/tree/dev', 'Accept-Language': 'fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4', 'Host': 'localhost:8888', 'Accept-Encoding': 'gzip, deflate, sdch', 'Connection': 'keep-alive', 'X-Requested-With': 'XMLHttpRequest', 'Accept': 'application/json, text/javascript, */*; q=0.01'})
Traceback (most recent call last):
File "/usr/local/Cellar/python3/HEAD/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/tornado/web.py", line 1346, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/usr/local/Cellar/python3/HEAD/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/tornado/web.py", line 2626, in wrapper
return method(self, *args, **kwargs)
File "/Users/bussonniermatthias/dev/notebook/jupyter_notebook/services/clusters/handlers.py", line 21, in get
self.finish(json.dumps(self.cluster_manager.list_profiles()))
File "/Users/bussonniermatthias/dev/notebook/jupyter_notebook/services/clusters/clustermanager.py", line 81, in list_profiles
self.update_profiles()
File "/Users/bussonniermatthias/dev/notebook/jupyter_notebook/services/clusters/clustermanager.py", line 63, in update_profiles
for profile in list_profiles_in(path):
File "/Users/bussonniermatthias/dev/ipython/IPython/core/profileapp.py", line 101, in list_profiles_in
files = os.listdir(path)
FileNotFoundError: [Errno 2] No such file or directory: '/Users/bussonniermatthias/.ipython'
[E 16:58:50.277 NotebookApp] {
"Accept-Encoding": "gzip, deflate, sdch",
"Connection": "keep-alive",
"Referer": "http://localhost:8888/tree/dev",
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36",
"X-Requested-With": "XMLHttpRequest",
"Accept-Language": "fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4",
"Accept": "application/json, text/javascript, */*; q=0.01",
"Host": "localhost:8888"
}
[E 16:58:50.277 NotebookApp] 500 GET /clusters?_=1431388715327 (::1) 4.00ms referer=http://localhost:8888/tree/dev
[E 16:58:50.639 NotebookApp] Uncaught exception GET /clusters?_=1431388730476 (::1)
HTTPServerRequest(protocol='http', host='localhost:8888', method='GET', uri='/clusters?_=1431388730476', version='HTTP/1.1', remote_ip='::1', headers={'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36', 'Referer': 'http://localhost:8888/tree', 'Accept-Language': 'fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4', 'Host': 'localhost:8888', 'Accept-Encoding': 'gzip, deflate, sdch', 'Connection': 'keep-alive', 'X-Requested-With': 'XMLHttpRequest', 'Accept': 'application/json, text/javascript, */*; q=0.01'})
Traceback (most recent call last):
File "/usr/local/Cellar/python3/HEAD/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/tornado/web.py", line 1346, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/usr/local/Cellar/python3/HEAD/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/tornado/web.py", line 2626, in wrapper
return method(self, *args, **kwargs)
File "/Users/bussonniermatthias/dev/notebook/jupyter_notebook/services/clusters/handlers.py", line 21, in get
self.finish(json.dumps(self.cluster_manager.list_profiles()))
File "/Users/bussonniermatthias/dev/notebook/jupyter_notebook/services/clusters/clustermanager.py", line 81, in list_profiles
self.update_profiles()
File "/Users/bussonniermatthias/dev/notebook/jupyter_notebook/services/clusters/clustermanager.py", line 63, in update_profiles
for profile in list_profiles_in(path):
File "/Users/bussonniermatthias/dev/ipython/IPython/core/profileapp.py", line 101, in list_profiles_in
files = os.listdir(path)
FileNotFoundError: [Errno 2] No such file or directory: '/Users/bussonniermatthias/.ipython'
[E 16:58:50.641 NotebookApp] {
"Accept-Encoding": "gzip, deflate, sdch",
"Connection": "keep-alive",
"Referer": "http://localhost:8888/tree",
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36",
"X-Requested-With": "XMLHttpRequest",
"Accept-Language": "fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4",
"Accept": "application/json, text/javascript, */*; q=0.01",
"Host": "localhost:8888"
}
[E 16:58:50.641 NotebookApp] 500 GET /clusters?_=1431388730476 (::1) 3.05ms referer=http://localhost:8888/tree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment