> I cloned logilab-common, pylint and astroid.  Installed in ~/.local,
> then tried pylint with PYTHONPATH set, but no command line args.  No
> luck:
>
...
> pkg_resources.DistributionNotFound: logilab-astroid>=0.24.3

I believe I have this figured out.  Pylint appears to be requiring a
package named logilab-astroid, while the astroid package is installed
as simply "astroid".  I manually edited the installed
EGG-INFO/requires.txt to refer to "astroid".  I have no idea how this
is generated, but I at least have a workaround until the problem can
be fixed or someone can explain what I was doing wrong.

Skip
_______________________________________________
code-quality mailing list
code-quality@python.org
http://mail.python.org/mailman/listinfo/code-quality

Reply via email to