Ich habe versucht, das Vertex-Paket in meiner Conda-Umgebung zu installieren, indem ich den Befehl „pip install“ an der Anaconda-Eingabeaufforderung verwendet habe, erhalte jedoch weiterhin die folgenden Warnungen und Fehlermeldungen:
pip --default-timeout=1000 install vertex
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/vertex/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/vertex/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/vertex/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/vertex/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/vertex/
ERROR: Could not find a version that satisfies the requirement vertex
ERROR: No matching distribution found for vertex
Screenshot der Anaconda-Eingabeaufforderung:
Ich hatte vor etwa einer Woche das gleiche Problem bei der Installation von scipy, aber ich habe es geschafft, es zu umgehen, indem ich Folgendes verwendet habe Befehl:
Es war erfolgreich und dann habe ich den Conda-Fronge-Kanal zu meiner Umgebung hinzugefügt. Beim Versuch, das Vertex-Paket mit dem Befehl „conda install“ zu installieren, erhielt ich die Meldung, dass das Vertex-Paket in den aktuellen Kanälen nicht gefunden werden konnte und es mir nicht gelang, den entsprechenden Kanal dafür zu finden. Die Befehlszeile:
conda install vertex
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- vertex
Current channels:
- https://conda.anaconda.org/bioconda/win-64
- https://conda.anaconda.org/bioconda/noarch
- https://conda.anaconda.org/anaconda/win-64
- https://conda.anaconda.org/anaconda/noarch
- https://conda.anaconda.org/conda-forge/win-64
- https://conda.anaconda.org/conda-forge/noarch
- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/free/win-64
- https://repo.anaconda.com/pkgs/free/noarch
- https://repo.anaconda.com/pkgs/r/win-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/msys2/win-64
- https://repo.anaconda.com/pkgs/msys2/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
So oder so konnte ich das Vertex-Paket nicht in meiner Conda-Umgebung installieren.
Vielen Dank im Voraus an alle Helfer
Ich habe versucht, das Vertex-Paket in meiner Conda-Umgebung zu installieren, indem ich den Befehl „pip install“ an der Anaconda-Eingabeaufforderung verwendet habe, erhalte jedoch weiterhin die folgenden Warnungen und Fehlermeldungen: [code]pip install vertex
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/vertex/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/vertex/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/vertex/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/vertex/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/vertex/ ERROR: Could not find a version that satisfies the requirement vertex ERROR: No matching distribution found for vertex [/code] Screenshot der Anaconda-Eingabeaufforderung: [img]https://i.sstatic.net/MGGuJ.png[/img]
Ich habe versucht, das Timeout des Pip-Befehls zu verlängern, und habe die folgenden Warnungen und Fehler erhalten: [code]pip --default-timeout=1000 install vertex
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/vertex/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/vertex/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/vertex/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/vertex/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))': /simple/vertex/ ERROR: Could not find a version that satisfies the requirement vertex ERROR: No matching distribution found for vertex [/code] Screenshot der Anaconda-Eingabeaufforderung: [img]https://i.sstatic.net/y0KuN.png[/img]
Ich hatte vor etwa einer Woche das gleiche Problem bei der Installation von scipy, aber ich habe es geschafft, es zu umgehen, indem ich Folgendes verwendet habe Befehl: [code]conda install -c conda-forge scipy [/code] Es war erfolgreich und dann habe ich den Conda-Fronge-Kanal zu meiner Umgebung hinzugefügt. Beim Versuch, das Vertex-Paket mit dem Befehl „conda install“ zu installieren, erhielt ich die Meldung, dass das Vertex-Paket in den aktuellen Kanälen [url=viewtopic.php?t=22532]nicht gefunden[/url] werden konnte und es mir nicht gelang, den entsprechenden Kanal dafür zu finden. Die Befehlszeile: [code]conda install vertex
Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
To search for alternate channels that may provide the conda package you're looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page. [/code] So oder so konnte ich das Vertex-Paket nicht in meiner Conda-Umgebung installieren. Vielen Dank im Voraus an alle Helfer :)
Ich arbeite an einem Python-Projekt mit einem mehrstufigen Docker-Build und lief in ein Problem, bei dem Pydantic (nur Beispiel) nicht installiert ist, obwohl PIP vorhanden ist und im endgültigen...
Ich versuche, ein Paket auf meinem Mac zu installieren, ich habe es von der Arbeit bekommen und es ist etwas kompliziert, da ich zwischen allen von Sicherheit hergestellten und IT Python frei...