linter-flake8
linter-flake8 copied to clipboard
Flake8 Crashes, Unable to Determine Meaning of Error
In Atom Version 1.18.0, every time I open a .py script, Flake8 crashes. The console output is
main.js [sm]:201 linter-flake8:: Flake8 returned an error Fatal Python error: Py_Initialize: unable to load the file system codec ModuleNotFoundError: No module named 'encodings'
Researching the No module named 'encodings'
error reveals a possible issue with the PYTHONHOME
variable, but this does not appear to be the case since Python and Flake8 are found in the same directory, namely the binaries from the Anaconda distribution of Python.
Are you still having this issue, or did you get your system configuration figured out?