Я пытался установить пакет Vertex в моей среде Conda, используя команду установки PIP в приглашении Anaconda, но я продолжаю получать следующие предупреждения и ошибки: < /p>
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
Скриншот из подсказки Anaconda:
У меня была такая же проблема, установив Scipy о неделе, но я управлял следующим образом. Команда: < /p>
conda install -c conda-forge scipy
< /code>
Это удалось, а затем я добавил канал Conda-Fronge в мою Env. Пытаясь установить пакет Vertex, используя команду установки Conda, я получил сообщение о том, что он не смог найти пакет Vertex в текущих каналах, и мне не удалось найти соответствующий канал для этого. Командная строка: < /p>
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.
Любые способы, которые я не смог установить пакет Vertex в моей среде Conda.
Заранее спасибо всем помощникам
Я пытался установить пакет Vertex в моей среде Conda, используя команду установки PIP в приглашении Anaconda, но я продолжаю получать следующие предупреждения и ошибки: < /p> [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] Скриншот из подсказки Anaconda:
Я попытался расширить время аута и получить следующие военные и ran and rarors.[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] Скриншот из подсказки Anaconda: У меня была такая же проблема, установив Scipy о неделе, но я управлял следующим образом. Команда: < /p> [code]conda install -c conda-forge scipy < /code> Это удалось, а затем я добавил канал Conda-Fronge в мою Env. Пытаясь установить пакет Vertex, используя команду установки Conda, я получил сообщение о том, что он не смог найти пакет Vertex в текущих каналах, и мне не удалось найти соответствующий канал для этого. Командная строка: < /p> 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] Любые способы, которые я не смог установить пакет Vertex в моей среде Conda. Заранее спасибо всем помощникам :)
Описание ошибки инструмента установки упаковки
Я новичок в Python и pycharm
Мне не удалось установить пакеты pip amd pip в версии сообщества pycharm в Windows
я бегу pip install cowsay ,
подсказка об ошибке pip install Cowsay ^^^^^^^ SyntaxError:...
Приведенная ниже ошибка, касающаяся версии Pylint, не имеет для меня смысла: насколько я могу судить, требуется 3.1, требуется ... и что 3.1.0 несовместимо. Какую версию мне следует использовать? Установленные пакеты. em>
Я также получаю ошибки...
Приведенная ниже ошибка, касающаяся версии Pylint, не имеет для меня смысла: насколько я могу судить, требуется 3.1, требуется ... и что 3.1.0 несовместимо. Какую версию мне следует использовать? Установленные пакеты. em>
Я также получаю ошибки...