Ich habe ein Problem mit der Installation von Python -Bibliotheken im Azure -Synapse -Notebook. Ich habe versucht, zwei Bibliotheken zu installieren, Feiertage und Fugeue mit %pip ... und! PIP ... Ich habe sogar mit .WHL -Dateien versucht, aber nichts ist Arbeiten. Cluster hat keine Einschränkung. Der Fehler lautet: < /p>
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(
, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/fugue/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/fugue/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/fugue/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/fugue/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/fugue/
ERROR: Could not find a version that satisfies the requirement fugue (from versions: none)
ERROR: No matching distribution found for fugue
Note: you may need to restart the kernel to use updated packages.
Warning: PySpark kernel has been restarted to use updated packages.
Irgendwelche Gedanken darüber, was falsch ist? , .WHL -Dateien.
Ich habe ein Problem mit der Installation von Python -Bibliotheken im Azure -Synapse -Notebook. Ich habe versucht, zwei Bibliotheken zu installieren, Feiertage und Fugeue mit %pip ... und! PIP ... Ich habe sogar mit .WHL -Dateien versucht, aber nichts ist Arbeiten. Cluster hat keine Einschränkung. Der Fehler lautet: < /p> [code]WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError( , 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/fugue/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/fugue/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/fugue/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/fugue/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/fugue/ ERROR: Could not find a version that satisfies the requirement fugue (from versions: none) ERROR: No matching distribution found for fugue Note: you may need to restart the kernel to use updated packages. Warning: PySpark kernel has been restarted to use updated packages. [/code] Irgendwelche Gedanken darüber, was falsch ist? , .WHL -Dateien.
Ich habe eine Java -Spark -Anwendung, die Daten von Kafka erhält, einige Arbeiten an den Daten ausführt und dann mit dem Befehl toundswrite () Parquetdateien in S3 speichert. Bis zu diesem Zeitpunkt...
Ich habe eine Java -Spark -Anwendung, die Daten von Kafka erhält, einige Arbeiten an den Daten ausführt und dann mit dem Befehl toundswrite () Parquetdateien in S3 speichert. Bis zu diesem Zeitpunkt...