Skip to content

pip installation fails #6

@lars-nordin

Description

@lars-nordin

It looks like the install is failing on redlibssh2 install

install output:

Collecting redexpect
Using cached redexpect-2.0.4.tar.gz (17 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting redssh>=2.0.0 (from redexpect)
Using cached redssh-3.0.1-py2.py3-none-any.whl.metadata (4.1 kB)
Collecting redlibssh2>=2.1.1-1 (from redssh>=2.0.0->redexpect)
Using cached redlibssh2-2.1.5.post1.tar.gz (1.2 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error

The last part of the error message is:

...
File "/tmp/pip-install-onuqo1qf/redlibssh2_61cb46c1d4054748be9e486a413a64bd/versioneer.py", line 342, in get_config_from_root
parser = configparser.SafeConfigParser()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions