Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/Users/sarthak/Library/Python/3.6/bin/jupyter-notebook", line 10, in <module>
  3. sys.exit(main())
  4. File "/Users/sarthak/Library/Python/3.6/lib/python/site-packages/jupyter_core/application.py", line 266, in launch_instance
  5. return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
  6. File "/Users/sarthak/Library/Python/3.6/lib/python/site-packages/traitlets/config/application.py", line 657, in launch_instance
  7. app.initialize(argv)
  8. File "</Users/sarthak/Library/Python/3.6/lib/python/site-packages/decorator.py:decorator-gen-7>", line 2, in initialize
  9. File "/Users/sarthak/Library/Python/3.6/lib/python/site-packages/traitlets/config/application.py", line 87, in catch_config_error
  10. return method(app, *args, **kwargs)
  11. File "/Users/sarthak/Library/Python/3.6/lib/python/site-packages/notebook/notebookapp.py", line 1630, in initialize
  12. self.init_webapp()
  13. File "/Users/sarthak/Library/Python/3.6/lib/python/site-packages/notebook/notebookapp.py", line 1378, in init_webapp
  14. self.jinja_environment_options,
  15. File "/Users/sarthak/Library/Python/3.6/lib/python/site-packages/notebook/notebookapp.py", line 159, in __init__
  16. default_url, settings_overrides, jinja_env_options)
  17. File "/Users/sarthak/Library/Python/3.6/lib/python/site-packages/notebook/notebookapp.py", line 271, in init_settings
  18. nbextensions_path=jupyter_app.nbextensions_path,
  19. File "/Users/sarthak/Library/Python/3.6/lib/python/site-packages/notebook/notebookapp.py", line 1061, in nbextensions_path
  20. from IPython.paths import get_ipython_dir
  21. File "/Users/sarthak/Library/Python/3.6/lib/python/site-packages/IPython/__init__.py", line 55, in <module>
  22. from .terminal.embed import embed
  23. File "/Users/sarthak/Library/Python/3.6/lib/python/site-packages/IPython/terminal/embed.py", line 15, in <module>
  24. from IPython.core.interactiveshell import DummyMod, InteractiveShell
  25. File "/Users/sarthak/Library/Python/3.6/lib/python/site-packages/IPython/core/interactiveshell.py", line 119, in <module>
  26. _assign_nodes = (ast.AugAssign, ast.AnnAssign, ast.Assign)
  27. AttributeError: module 'ast' has no attribute 'AnnAssign'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement