You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally reported by: Mikko Vatanen (BitBucket: mikkov, GitHub: @mikkov?)
Installing on Centos6.6 / Python 2.6 with pip prints the following error messages:
[root@dev~]# pip install --upgrade pylint
... cut ...
Running setup.py install for astroid
SyntaxError: ('invalid syntax', ('/usr/lib/python2.6/site-packages/astroid/tests/unittest_inference.py', 524, 44, ' self.assertSetEqual({n.class for n in xxx.infered()},\n'))
Originally reported by: Mikko Vatanen (BitBucket: mikkov, GitHub: @mikkov?)
Installing on Centos6.6 / Python 2.6 with pip prints the following error messages:
[root@dev~]# pip install --upgrade pylint
... cut ...
Running setup.py install for astroid
SyntaxError: ('invalid syntax', ('/usr/lib/python2.6/site-packages/astroid/tests/unittest_inference.py', 524, 44, ' self.assertSetEqual({n.class for n in xxx.infered()},\n'))
The text was updated successfully, but these errors were encountered: