#python #anaconda #jupyter #anaconda3
#python #anaconda #jupyter #anaconda3
Вопрос:
Используя Anaconda 3.8.3, я пытаюсь установить jupyter notebook, но он выдает ошибку
C:Usersuser>conda install -c conda-forge jupyterlab
Collecting package metadata (current_repodata.json): failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/conda-forge/win-64/current_repodata.json>
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
'https://conda.anaconda.org/conda-forge/win-64'
Как я могу решить эту проблему?
Ответ №1:
Попробуйте загрузить jupyterlab с pypi.org.
Затем используйте canoda install path/jupyterlab-3.0.0-py3-none-any.whl
.