Skip to content

Issues with installation with poetry #167

@t7phy

Description

@t7phy

Hi,
I am installing eko using the steps in development section, with poetry and the installation seems to be getting stuck. Here is the installation in verbose mode:

$ poetry -vvv install
Using virtualenv: /home/tanishq/.cache/pypoetry/virtualenvs/eko-a2xUa4CJ-py3.10
Project environment contains an empty path in sys_path, ignoring.
Installing dependencies from lock file

Finding the necessary packages for the current system

Package operations: 6 installs, 1 update, 0 removals, 88 skipped

  • Installing attrs (22.1.0): Pending...
  • Installing attrs (22.1.0): Skipped for the following reason: Not required
  • Installing pyrsistent (0.18.1): Pending...
  • Installing pyrsistent (0.18.1): Skipped for the following reason: Not required
  • Installing traitlets (5.5.0): Pending...
  • Installing traitlets (5.5.0): Skipped for the following reason: Not required
  • Installing six (1.16.0): Pending...
  • Installing six (1.16.0): Skipped for the following reason: Not required
  • Installing entrypoints (0.4): Pending...
  • Installing entrypoints (0.4): Skipped for the following reason: Not required
  • Installing fastjsonschema (2.16.2): Pending...
  • Installing fastjsonschema (2.16.2): Skipped for the following reason: Not required
  • Installing jsonschema (4.16.0): Pending...
  • Installing jsonschema (4.16.0): Skipped for the following reason: Not required
  • Installing nest-asyncio (1.5.6): Pending...
  • Installing nest-asyncio (1.5.6): Skipped for the following reason: Not required
  • Installing jupyter-core (4.11.2): Pending...
  • Installing jupyter-core (4.11.2): Skipped for the following reason: Not required
  • Installing python-dateutil (2.8.2): Pending...
  • Installing python-dateutil (2.8.2): Skipped for the following reason: Not required
  • Installing pyparsing (3.0.9): Pending...
  • Installing pyparsing (3.0.9): Skipped for the following reason: Not required
  • Installing tornado (6.2): Pending...
  • Installing tornado (6.2): Skipped for the following reason: Not required
  • Installing pyzmq (24.0.1): Pending...
  • Installing pyzmq (24.0.1): Skipped for the following reason: Not required
  • Installing asttokens (2.0.8): Pending...
  • Installing asttokens (2.0.8): Skipped for the following reason: Not required
  • Installing certifi (2022.9.24): Pending...
  • Installing certifi (2022.9.24): Skipped for the following reason: Not required
  • Installing charset-normalizer (2.1.1): Pending...
  • Installing charset-normalizer (2.1.1): Skipped for the following reason: Not required
  • Installing numpy (1.22.4): Pending...
  • Installing idna (3.4): Pending...
  • Installing idna (3.4): Skipped for the following reason: Not required
  • Installing latexcodec (2.0.1): Pending...
  • Installing latexcodec (2.0.1): Skipped for the following reason: Not required
  • Installing markupsafe (2.1.1): Pending...
  • Installing markupsafe (2.1.1): Skipped for the following reason: Not required
  • Installing nbformat (5.7.0): Pending...
  • Installing nbformat (5.7.0): Skipped for the following reason: Not required
  • Installing executing (1.1.1): Pending...
  • Installing executing (1.1.1): Skipped for the following reason: Not required
  • Updating setuptools (65.5.1 -> 65.5.0): Pending...
  • Installing jupyter-client (7.4.3): Pending...
  • Installing jupyter-client (7.4.3): Skipped for the following reason: Not required
  • Installing pure-eval (0.2.2): Pending...
  • Installing pure-eval (0.2.2): Skipped for the following reason: Not required
  • Installing pytz (2022.5): Pending...
  • Installing pytz (2022.5): Skipped for the following reason: Not required
  • Installing pyyaml (6.0): Pending...
  • Installing packaging (21.3): Pending...
  • Installing packaging (21.3): Skipped for the following reason: Not required
  • Installing ptyprocess (0.7.0): Pending...
  • Installing ptyprocess (0.7.0): Skipped for the following reason: Not required
  • Installing soupsieve (2.3.2.post1): Pending...
  • Installing soupsieve (2.3.2.post1): Skipped for the following reason: Not required
  • Installing tomli (2.0.1): Pending...
  • Installing tomli (2.0.1): Skipped for the following reason: Not required
  • Installing typing-extensions (4.4.0): Pending...
  • Installing typing-extensions (4.4.0): Skipped for the following reason: Not required
  • Installing urllib3 (1.26.12): Pending...
  • Installing urllib3 (1.26.12): Skipped for the following reason: Not required
  • Installing parso (0.8.3): Pending...
  • Installing parso (0.8.3): Skipped for the following reason: Not required
  • Installing webencodings (0.5.1): Pending...
  • Installing webencodings (0.5.1): Skipped for the following reason: Not required
  • Installing wcwidth (0.2.5): Pending...
  • Installing wcwidth (0.2.5): Skipped for the following reason: Not required
[keyring.backend] Loading KWallet
[keyring.backend] Loading SecretService
[keyring.backend] Loading KWallet
[keyring.backend] Loading KWallet
[keyring.backend] Loading SecretService
[keyring.backend] Loading SecretService
[keyring.backend] Loading Windows
[keyring.backend] Loading Windows
[keyring.backend] Loading Windows
[keyring.backend] Loading chainer
[keyring.backend] Loading chainer
[keyring.backend] Loading chainer
[keyring.backend] Loading libsecret
[keyring.backend] Loading libsecret
[keyring.backend] Loading macOS
[keyring.backend] Loading libsecret
[keyring.backend] Loading macOS
[keyring.backend] Loading macOS

As seen above, it seems to be getting stuck at the 'keyring.backend' step which is not clear to me. How do I proceed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions