Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bth opened this issue Apr 19, 2018 · 2 comments
Open

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

bth opened this issue Apr 19, 2018 · 2 comments

Comments

@bth
Copy link

bth commented Apr 19, 2018

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

@bth
Copy link
Author

bth commented Apr 20, 2018

Creation of pull request: #179

@elbenfreund
Copy link
Collaborator

Thanks! will deal with this soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants