Sublime Anaconda "Autoformatting failed, buffer not changed"

283 views Asked by At

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:\Users\myname\AppData\Local\Programs\Python\Python39\python.exe 

and I am saving it under anaconda sublime user settings as

C:/Users/myname/AppData/Local/Programs/Python/Python39/python.exe

any help?

0

There are 0 answers