anaconda / anaconda-project

Tool for encapsulating, running, and reproducing data science projects
https://anaconda-project.readthedocs.io/en/latest/
Other
219 stars 88 forks source link

Jupyter notebook fails to launch #276

Closed AnupamSaraph closed 4 years ago

AnupamSaraph commented 4 years ago

Jupyter notebook fails to launch on shift-enter with the following error:

>Jupyter notebook failed to launch. 
Error: Traceback (most recent call last): 
File "C:\ProgramData\Anaconda3\lib\site-packages\jsonschema\__init__.py", line 31, in <module>
from importlib import metadata ImportError: cannot import name 'metadata' from 'importlib' (C:\ProgramData\Anaconda3\lib\importlib\__init__.py) 
During handling of the above exception, another exception occurred: 
Traceback (most recent call last): 
File "C:\ProgramData\Anaconda3\lib\site-packages\nbformat\validator.py", line 12, in <module> 
from jsonschema import ValidationError File "C:\ProgramData\Anaconda3\lib\site-packages\jsonschema\__init__.py", line 33, in <module> 
import importlib_metadata as metadata ModuleNotFoundError: No module named 'importlib_metadata' 
During handling of the above exception, another exception occurred: 
Traceback (most recent call last): 
File "c:\Users\Anupam Saraph\.vscode\extensions\ms-python.python-2020.6.88468\pythonFiles\vscode_datascience_helpers\daemon\daem...
jbednar commented 4 years ago

This is the repository for the anaconda-project library, and this error does not appear to be related to anaconda-project. Wherever you do file this issue, please describe what you were doing (what command you were running or what Python code you were executing).