On 20 juin 14:55, Skip Montanaro wrote:
> > 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.
 
This is a bug in pylint's packaging, I've just pushed a fix.
 

-- 
Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (05.62.17.16.42)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
CubicWeb, the semantic web framework:    http://www.cubicweb.org
_______________________________________________
code-quality mailing list
code-quality@python.org
http://mail.python.org/mailman/listinfo/code-quality

Reply via email to