The error shown is simply "[E]" so I'm not sure how to exempt this error in the Anaconda preferences.
e.g. the linter error for print(f"Hello, world!")
says "[E] invalid syntax"
The error shown is simply "[E]" so I'm not sure how to exempt this error in the Anaconda preferences.
e.g. the linter error for print(f"Hello, world!")
says "[E] invalid syntax"
Edit your users preferences of Anaconda and add this:
"python_interpreter": "python3",
I have read somewhere that it was a known bug of python. It's fixed in version 3.6.3, so maybe you have to update your python version also. Mine was 3.6.3, so I don't know if it's necessary to update.
© 2022 - 2024 — McMap. All rights reserved.
[E]
is for error. – Shermy