humenda / GladTeX

embed LaTeX formulas into LaTeX
https://humenda.github.io/GladTeX
GNU Lesser General Public License v3.0
27 stars 7 forks source link

RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used #18

Closed drmikecooke closed 1 year ago

drmikecooke commented 1 year ago

Lots of these warnings. Tried submitting it with stdbuf -i0 -o0 -e0, but no change in behavior.

This seems to be an issue with python >=3.8. I am on 3.9 (or 3.11 if I feel like it).

I installed it on a raspberry pi bullseye gui (probably runs apt in bg), which may be relevant (and outdated). Maybe a pipx install would be better?

humenda commented 1 year ago

Lots of these warnings. Tried submitting it with stdbuf -i0 -o0 -e0, but no change in behavior.

It's already fixed on master, but not yet released. I couldn't get it ready for bookworm, though. If required, I could probably do a backport for bookworm.

humenda commented 1 year ago

I haven't received any comment. Because the issue is fixed on master, I'm closing the issue. Please reopen if there needs to be something done.