SublimeLinter-flake8: SublimeLinter-flake8 not working with flake8 2.2
Hey there guys, great extension.
Unfortunately it seems that flake8 2.2.0 has broken it. The extension appears to search for flake8-script.py which doesn’t exist in the 2.2.0 release and therefore flake8 is simply not found at all.
Rolling back to flake8 2.1.0 works as expected:
pip install flake8==2.1.0
Any help would be greatly appreciated 😄
Cheers Fotis
About this issue
- Original URL
- State: closed
- Created 10 years ago
- Comments: 21 (10 by maintainers)
There is an entire site full of searchable documentation. Please use it.
One thing you should do is install python 3, then install pip with python 3, then do `pip3 install flake8’. This will allow SublimeLinter to use flake8 directly instead of using the system executable. Then make sure you have SublimeLinter-flake8 1.2.11.