Open progtw opened 2 years ago
Thanks for the detailed report! I'll try to make some room to look into this tomorrow or over the weekend.
I so far only had a train ride to try to get this to reproduce, and failed. On a fresh clone and with a similar python setup, everything works fine. I'll see if I can alter my system to run into the same error as you by looking into the Latex setup. Could you share relevant versions of this, too?
twutz@mate:~$ latexmk --version
Latexmk, John Collins, 26 Dec. 2019. Version 4.67
The following stack overflow question describes how to disable the prompt.
Aside from Latex, for me, the status output from datalad ends up in the file that is fed to Tex, which causes problems.
No need to hurry for this issue. I just report problems with the aim to help.
When trying to run make for the first time, it does never finish. Tried debugging by deactivating the chronic in Makefile:
CHRONIC=$( echo '' )
Latex then reports and waits for user input:Hence, the chronic, in this case, is counterproductive, because it suppresses the prompt.
This seems to be caused by the first lines in results_def.tex:
Should code/mk_figuresnstats.py be adapted to suppress these messages, probably from
dl.get(data)
or adapted to write write results_def.tex directly instead of relying on redirecting stdout? I am not enough familiar with python, to trace this.Encountered with environment: OS: mint uma (ubuntu 20.04) datalad command line (from conda): 0.16.5
python venv versions: (repro) (base) twutz@mate:~/vtwutz_ext/repro2$ pip list --local