Hi Neal,

Is that due to conflicting package versions? I haven't suffered any particular issues like this yet, but it seems to me that pip would be improved if it interacted better with the environment it was in. How hard would it be to get pip to interact with yum and apt, for instance, to get valid binaries and/or devel files?

I can't help thinking that Latex packaging is very similar, in that linux distributions often struggle to keep up, which I guess is why TexLive started.

And then to complicate matters further, our sys admin said he didn't like pip as he would rather generate RPMs, in order that there is not a lot of work to do for system rebuilds in our labs. I found pypi2rpm, but that looks pretty bleeding edge and I think I'm getting out of my depth as a humble scientist.

Mat

On 19/11/12 12:59, Neal Becker wrote:
Mathew Topper wrote:

Hi,

I'm interested to know why the pip package manager is not more widely
supported for installation of python packages like matplotlib?
Matplotlib seems to be particularly slowly updated in the Fedora
repositories, for example, so I often find that a source installation is
necessary. I know this isn't especially difficult for the experienced
user, but surely using something like pip would make this process for
accessible for all users of python packages, particularly those that do
not receive much attention from the big distribution maintainers? Yet,
pip doesn't get a mention on the installation documentation of
matplotlib or many other python packs.

I would love to hear anyone's thoughts on this matter.

Many Thanks,

Mat
It is dangerous to use pip on fedora, it may result in your next attempt to
update the system failing horribly.

If you use it, try to install with --user.  Unfortunately, this often won't work
because pip will then complain when attempting to remove a system version of
some dep.


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


--
Dr. Mathew Topper
Institute for Energy Systems
School of Engineering
The University of Edinburgh
Faraday Building
The King's Buildings
Edinburgh EH9 3JL
Tel: +44 (0)131 650 5570
School fax: +44 (0)131 650 6554
mathew.top...@ed.ac.uk <mailto:mathew.top...@ed.ac.uk>
http://www.see.ed.ac.uk <http://www.see.ed.ac.uk/>
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to