make venv
fails due to "No such file or directory: 'requirements/dev-requirements.txt'"
#1168
Open
1 task done
Description
Make
make venv
is failing due to a missingrequirements/dev-requirements.txt
file.There is supposedlymake update-pip-requirements
. However, in order to run that I had to first installpip-tools
via pip and then it fails due to missingrequirements/dev-requirements.in
file.I could also be doing something wrong, but I am a bit lost on how to proceed here. And I recall this working some time ago.
Steps to Reproduce
Debian 12 Qubes VM, on latest
main
. Runmake venv
Expected Behavior
Command succeeds.
Actual Behavior
Comments
Suggestions to fix, any other relevant information.
The text was updated successfully, but these errors were encountered: