bsnux / linter-python-pep8

Atom package for linting Python files on the fly using pep8 command
MIT License
8 stars 6 forks source link

Not working on OSX #16

Open mrkaspa opened 7 years ago

c2xbrhdj6u4qs15 commented 7 years ago

Got the same issue, followed the instruction, but it is not working on OSX, other linters work

AbhinavMadahar commented 7 years ago

+1 for me.

Pep8 runs correctly on my machine (MacBook Air) by terminal, and other linter-* plugins work, but this one doesn't work.

ajeffrey commented 7 years ago

same here.

juliawong commented 7 years ago

Same issue. Mine is currently on version 1.3.2. I try updating it but upon restarting it asks again to be updated from 1.3.2 to 2.0.0.

TDHolmes commented 7 years ago

Same here...

davidnewhall commented 7 years ago

would have been nice to see this issue somehow before I spent hours trying to figure out what was wrong.

jirikrepl commented 5 years ago

I followed the instructions from the readme. But it doesn't work for me on Mac OS 10.14.3

I have linter package installed in Atom

I have pep8 installed

$ which pep8
/usr/local/bin/pep8

pep8 work fine on command line:

pep8 <someFile>.py

I put this into my config.cson in Atom:

  "linter-python-pep8":
    pep8DirToExecutable: "/usr/local/bin/pep8/"
c2xbrhdj6u4qs15 commented 5 years ago

I switched over to flake8 and to be honest never looked back again.

jirikrepl commented 5 years ago

@c2xbrhdj6u4qs15 do you use flake8 with some code editor, please?

c2xbrhdj6u4qs15 commented 5 years ago

@c2xbrhdj6u4qs15 do you use flake8 with some code editor, please?

I am using it with the Atom Editor and the package linter-flake8 (https://atom.io/packages/linter-flake8)