No luck pip-installing pylint for Python 3
I'm interested in running a checker over my Python 3 code to point out possible flaws. PyChecker does not work with Python 3. I tried to pip-install Pylint, but this fails. The error message does not help me (see paste) . Pylint's Readme states that: Pylint should be compatible with any python >= 2.2. However, the page somehow feels outdated. Is pylint compatible with Python 3? If yes, how can I install it? If no, are there alternatives I should look into? Yuval Adam Yes, pylint versions > 0.23.0 do support Py3K. Your issue seems to be described in http://www.logilab.org/82417 (also Getting