So installieren Sie Python -Bibliotheken in Azure Synapse Notebook Spark Cluster (PYSPARK)Python

Python-Programme
Anonymous
 So installieren Sie Python -Bibliotheken in Azure Synapse Notebook Spark Cluster (PYSPARK)

Post by Anonymous »

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: Select all

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.

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post