You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I try to build
hamster-cli
, so I use Get Started documentation.Unfortunately,
make develop
command failed with this error:requirements/dev.txt
doesn't exist and seems to be replaced byrequirements/dev.pip
with #174 but,Makefile
still usesrequirements/dev.txt
:hamster-cli/Makefile
Line 63 in ed93687
The text was updated successfully, but these errors were encountered: