Я пытаюсь установить в свой пакет Jupyter Notebook tensorflow-datasets
, но, поскольку я печатаю в Anaconda, введите: conda install -c anaconda tensorflow-datasets
Я получаю сообщение о несовместимой среде:
Collecting package metadata (current_repodata.json): done
Solving environment: \
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:
- defaults/win-64::anaconda==2020.02=py37_0
- defaults/win-64::python-language-server==0.31.7=py37_0
- pytorch/win-64::pytorch==1.5.0=py3.7_cuda102_cudnn7_0
- defaults/win-64::spyder==4.0.1=py37_0
- pytorch/win-64::torchvision==0.6.0=py37_cu102
failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/anaconda/win-64/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/anaconda/win-64'
Я уже установил tensorflow
без особых проблем. Как я могу решить эту проблему?