Closed montaropdf closed 2 years ago
What python version are you on - specifically the value of treemacs-python-executable
?
What's the output of python /treemacs-install-location/treemacs-single-file-git-status.py /your/file X
?
What's the output if you change the script to use read()
instead of read1()
?
Sorry for the late reply.
I finally find a way to prevent those messages.
By default, it seams that python 3.6 is used on my system. So I forced emacs and treemacs to use python 3.8. Since then I don't see anymore those errors.
Variable modified to force the use of python 3.8.
(setq treemacs-python-executable "/usr/bin/python3.8")
Hello,
Since the last package update I perform, I see the following python traceback appearing in the minibuffer. I have not identified a pattern to reproduce the error.