serious conflicts between python pks installed via yum vs pip

80 karlthered at gmail.com
Fri Feb 10 17:09:51 UTC 2012


2012/2/10 Neal Becker <ndbecker2 at gmail.com>:
>
> Really?  This is the only answer?  Can't we tweek rpm/yum to accomodate this?
> Does anyone understand what is causing it?  Why would pip install the egg-info
> differently than rpm?
>
> --
> devel mailing list
> devel at lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/devel

Python guidelines recommends that packagers installs python eggs using
distutils (python setup.py install as recommended in guidelines) while
pip use the same install method as easy_install (provided by
setuptools/distribute). The former one install egg metadata as a file,
the latter as a directory, that's not a packaging/rpm issue.

@+
H.


More information about the devel mailing list