Ошибка http при импорте пакета conda в ноутбуки Microsoft azure - PullRequest
0 голосов
/ 06 апреля 2020

Мой блокнот начинается с:

!conda config --add channels conda-forge
!conda install -y -v fenics

Я получил следующее сообщение об ошибке, которое, похоже, относится ко второй команде:

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.

If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.

ConnectTimeout(MaxRetryError("HTTPSConnectionPool(host='repo.anaconda.com', port=443): Max retries exceeded with url: /pkgs/r/noarch/repodata.json.bz2 (Caused by ConnectTimeoutError(<urllib3.connection.VerifiedHTTPSConnection object at 0x7f6fb6b162b0>, 'Connection to webproxy timed out. (connect timeout=9.15)'))",),

Может кто-нибудь мне помочь? Спасибо!

...