linter-flake8 icon indicating copy to clipboard operation
linter-flake8 copied to clipboard

Flake8 Crashes, Unable to Determine Meaning of Error

Open nguzman313 opened this issue 7 years ago • 1 comments

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.

nguzman313 avatar Jul 21 '17 04:07 nguzman313

Are you still having this issue, or did you get your system configuration figured out?

Arcanemagus avatar Dec 04 '17 20:12 Arcanemagus