Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

pip install -e . fails #200

Open
saroad2 opened this issue Apr 6, 2022 · 0 comments
Open

pip install -e . fails #200

saroad2 opened this issue Apr 6, 2022 · 0 comments

Comments

@saroad2
Copy link
Contributor

saroad2 commented Apr 6, 2022

Description

When trying to install a development bundle of darglint, an error message appears.

Here is the log I got when I tryed to use pip install -e . in a virtual environment:

Obtaining file:///C:/Users/sagi/PycharmProjects/darglint
  Installing build dependencies ... done
  Checking if build backend supports build_editable ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Installing collected packages: darglint
  Running setup.py develop for darglint
    error: subprocess-exited-with-error
    
    × python setup.py develop did not run successfully.
    │ exit code: 1
    ╰─> [1 lines of output]
        ERROR: Can not execute `setup.py` since setuptools is not available in the build environment.
        [end of output]
    
    note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
    ERROR: Can not execute `setup.py` since setuptools is not available in the build environment.
    [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant