-
Notifications
You must be signed in to change notification settings - Fork 27
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: *** No rule to make target requirements-test.txt', needed by
venv-test/touchfile'. Stop.
#176
Comments
Ok I see it means that I need to get the 'requirements-test.txt' and 'requirements-test.in' files from the latest comit. So I grab those and then get this error:
Very strange because when I enter
|
I'm not surprised by the pip thing. The versions of pip when you run it on the command line and the version installed in the venv are different. Obviously For pycairo to build, looks like you need |
Can I manually make the update somehow? |
You don't need to update pip, it should be good enough; you've done the manual update of the template by copying the new files across; you just now need to update libffi. |
Ok I wiped reset my project folder and ran the above steps (including copying requirements.in, requirements-test.in, requirements-test.txt) and get a different error now when I run
|
The only way I could get it to run
Even though I already have the latest
|
Actually I ended up having to copy basically every file and folder (except sources and customised files) over manually from the fresh customized repo. If there's no problem with me manually copying the updates over then can I just push that as my project comit? |
I'm trying to update my Fragment Mono to the latest googlefonts-project-template. So I run
make update-project-template
then I runmake update
and I get this error:So I grab the
requirements.in
from the latest comit and run it again which updates a bunch of tools then I get this message:What's that mean?
The text was updated successfully, but these errors were encountered: