ubuntuusers.de

pip3 install

Status: Gelöst | Ubuntu-Version: Xubuntu 22.04 (Jammy Jellyfish)
Antworten |

glaskugel

Anmeldungsdatum:
8. Juli 2010

Beiträge: 3614

Ist das nur ein Verbindungsproblem oder hat das was mit Jammy zu tun? Ich hatte mit dem Befehl noch nie Probleme, ich will dass es systemweit verfügbar ist.

WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

das kam bei einer pip3-Installation davor, ich denke das kann ich ignorieren oder hat sich da was entscheidend geändert? Es geht nur darum, dass es jeder User nutzen kann.

# pip3 install googlemaps
Collecting googlemaps
  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/96/4b/5ff01941beb9aa458b8109f23a6de43f2a453dd53f1ae9d86efa463181d4/googlemaps-4.6.0.tar.gz
  WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/96/4b/5ff01941beb9aa458b8109f23a6de43f2a453dd53f1ae9d86efa463181d4/googlemaps-4.6.0.tar.gz
  WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/96/4b/5ff01941beb9aa458b8109f23a6de43f2a453dd53f1ae9d86efa463181d4/googlemaps-4.6.0.tar.gz
  WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/96/4b/5ff01941beb9aa458b8109f23a6de43f2a453dd53f1ae9d86efa463181d4/googlemaps-4.6.0.tar.gz
  WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/96/4b/5ff01941beb9aa458b8109f23a6de43f2a453dd53f1ae9d86efa463181d4/googlemaps-4.6.0.tar.gz
ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/96/4b/5ff01941beb9aa458b8109f23a6de43f2a453dd53f1ae9d86efa463181d4/googlemaps-4.6.0.tar.gz (Caused by ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)"))

seahawk1986

Anmeldungsdatum:
27. Oktober 2006

Beiträge: 11243

Wohnort: München

Da war der Server nicht erreichbar - ob das an deiner Verbindung oder am Server liegt, müsste man schauen. Ich konnte das Modul gerade erfolgreich herunterladen.

glaskugel

(Themenstarter)

Anmeldungsdatum:
8. Juli 2010

Beiträge: 3614

Danke, hatte wohl gerade einen schlechten Zeitpunkt erwischt und war etwas irritiert, wegen der vielen Probleme. Siehe auch https://forum.ubuntuusers.de/topic/kommandozeilen-tool-um-koordinaten-geoinfo-aus/31/ So eine neue Ubuntu-Version kann ja immer wieder Überraschungen bringen.

Bei mir ging es nun auch durch.

Bevor ich gHRV probiere, soll Jammy so halbwegs funktionieren, ich denke, ich bin schon sehr weit.

Antworten |