Skip to content

make develop can't find requirements/dev.txt #178

@bth

Description

@bth

I try to build hamster-cli, so I use Get Started documentation.

Unfortunately, make develop command failed with this error:

pip install -U -r requirements/dev.txt
Could not open requirements file: [Errno 2] No such file or directory: 'requirements/dev.txt'
Makefile:61: recipe for target 'develop' failed
make: *** [develop] Error 1

requirements/dev.txt doesn't exist and seems to be replaced by requirements/dev.pip with #174 but, Makefile still uses requirements/dev.txt:

pip install -U -r requirements/dev.txt

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