2016-08-16 3 views
0

Ich erhalte folgenden Fehler beim Ausführen von Pylint Traceback. Ich verstehe nicht, was dieser Fehler ist. Kann jemand dieses Problem lösen?Pylint Abhängigkeitsfehler

[[email protected] common-model-python]# pylint Traceback 
Traceback (most recent call last): 
    File "/usr/bin/pylint", line 9, in <module> 
load_entry_point('pylint==1.6.4', 'console_scripts', 'pylint')() 
    File "/usr/lib/python2.6/site-packages/pylint-1.6.4-py2.6.egg/pylint/__init__.py", line 12, in run_pylint 
from pylint.lint import Run 
    File "/usr/lib/python2.6/site-packages/pylint-1.6.4-py2.6.egg/pylint/lint.py", line 739 
filter_options = {'long-help'} 

Antwort

1

Es scheint, dass Sie Python 2.6 verwenden. Leider unterstützen aktuelle Versionen von Pyint nur 2.7+.