-
Notifications
You must be signed in to change notification settings - Fork 57
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
.rmtoo dependencies error #36
Comments
Have you tried to template project from |
I also followed the "VirtualEnv approach"
I appreciate any help. Makefile:32: .rmtoo_dependencies: Datei oder Verzeichnis nicht gefunden |
From afar it seems to me, that there's something sketchy with your python installation. Also, why python 2.7? I've tried to recreate your steps with the following commands in an empty directory python2 -m virtualenv venv
source venv/bin/activate
pip install rmtoo
git clone [email protected]:florath/rmtoo.git
cp rmtoo/contrib/template_project -R .
cd template_project/
. setenv.sh `pwd`/../venv/ # mind the dot This doesn't work with python2 but should yield a different error. Replace LatexJinja2 with latex2 in the Config.json and continue as following. export RMTOO_CONTRIB_DIR=`pwd`/../venv/rmtoo/
make PS: I find this line supicious: |
Hi kown7,
Check, if its done: Yes, its done. Your receipt:
result: From my point of view it looks very similar to the result of the python2 run. No I tried an installation without a virtual environment:
|
You could always try installing the latest master version:
The pip version is about 3 years old... |
After this I changed one line in the Makefile:
DinDong: Now it's running. Thank you. Things I did beside: After all I found this useful list: |
Good to hear it worked. That's why I put the
I'm working on my own project, that will have all of this covered, i.e., an appropriate Dockerfile. The Readme should be upgraded eventually. |
@florath is a new release in order? Please close the issue. |
In Fedora it is
|
Shameless plug for https://pypi.org/project/sltoo/ It fixes all the problems, except for the |
Hi all, on first install, following instructions for VirtualEnv approach on RaspberryPi.
After make I receive the following error ```
Makefile:32: .rmtoo_dependencies: No such file or directory
rmtoo -j file://Config.json
--create-makefile-dependencies=.rmtoo_dependencies
The text was updated successfully, but these errors were encountered: