[Python-projects] There is a failure during pylint version 0.16.0 installation

Mads Kiilerich mads at kiilerich.com
Mon Mar 2 20:54:13 CET 2009


Dotan Barak wrote:
>>>
>>> error: Setup script exited with error: file 'bin/pylint' does not exist
>>>
>>>
>>> Did anyone see this error?
>>>   
>>
>> I can confirm the same error, both on centos 5.2 and fedora 10 with 
>> plain "easy_install pylint". But isn't it installed correctly anyway 
>> and works OK?
> no
> :(

yes

I just verified, on a 100% fresh minimal centos 5.2 that after
    yum install python-setuptools
    easy_install logilab-common
    easy_install logilab-astng
    easy_install pylint
then the command "pylint" runs and outputs help.

But it seems like the dependency resolution for "easy_install pylint" 
fails because of the missing bin/pylint.

/Mads



More information about the Python-Projects mailing list