I just installed Anaconda
on Sublime
, when I save it says autoformatting failed, buffer not changed
, therefore it will not autoformat because of that error. Even though I have autoformatting set to true in my user settings. What do I do? I Tried changing
"auto_formatting_timeout": 1,
to
"auto_formatting_timeout": 5,
and still nothing.
When I look up my file path on CMD
using "Where Python"
it states
C:UsersmynameAppDataLocalProgramsPythonPython39python.exe
and I am saving it under anaconda sublime user settings as
C:/Users/myname/AppData/Local/Programs/Python/Python39/python.exe
any help?
question from:
https://stackoverflow.com/questions/65546236/sublime-anaconda-autoformatting-failed-buffer-not-changed 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…