After I installed atom
into my debian-ParrotOS
for coding python
. I've tried to search for flake8
for helping me to figure out the problems while writing code.
after I installed linter-flake8
using this command: pip install flake8
It showed me that this line:
[Linter] Error running Flake8
See console for more info
I tried several times to re-install linter-flake8
. Even I tried to search multiple times for another alterative but all of them was not effcient as linter-flake8
.
python 2.7
beside if you read the description of the package, you will also find that their implementation was for python 2.7
not for python3
.python 2.7
, not for python3
. so, you have to install the package using the commands of python3
.python3
, not python2
.which flake8
in your terminal.Ctrl+Shift+P
to open the Search in Atom.process.env.PATH = ['usr/local/bin/', process.env.PATH].join(':')
/usr/local/bin/
.sudo su
.cd /usr/local/bin/
.python3 -m pip install flake8
.ls
apm install linter-flake8
ls
python3 -m pip install flake8-docstring
python3 -m pip install hacking
sudo apt-get install pip
and then, you can move on to continue the installation of flake8.
Default: 0
.