Соединение с моими наборами данных bigquery с помощью ноутбука Jupyter на GCP (VM) - PullRequest
0 голосов
/ 07 апреля 2020

Я пытаюсь визуализировать свои большие запросы в блокноте jupyter, следую инструкциям, приведенным в следующей ссылке: https://cloud.google.com/bigquery/docs/visualize-jupyter

проблема заключается в том, что при выполнении команды: pip install --upgrade google-cloud-bigquery[pandas] результат следующий:

enter image description here

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fa83e0f2ba8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/google-cloud-bigquery/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fa83e0f2d68>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/google-cloud-bigquery/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fa83e0f21d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/google-cloud-bigquery/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fa83e0f2f28>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/google-cloud-bigquery/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fa83e0f2e80>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)': /simple/google-cloud-bigquery/<br/>
ERROR: Could not find a version that satisfies the requirement google.cloud.bigquery (from versions: none)<br/>
ERROR: No matching distribution found for google.cloud.bigquery
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...