guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: python-matplotlib: should it propagate numpy?


From: Ludovic Courtès
Subject: Re: python-matplotlib: should it propagate numpy?
Date: Sun, 06 Dec 2015 23:22:49 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Federico Beffa <address@hidden> skribis:

> Ricardo Wurmus <address@hidden> writes:
>
>> Hi Guix,
>>
>> with a profile containing python-2.7.10 and python2-matplotlib I did
>> this:
>>
>> ~~~~~~~~~~~~~~~~~~~~~~~~
>> address@hidden:~] $ export
>> GI_TYPELIB_PATH="$HOME/.guix-profile/lib/girepository-1.0"
>> address@hidden:~] $ export
>> PYTHONPATH=$HOME/.guix-profile/lib/python2.7/site-packages
>> address@hidden:~] $ python
>> Python 2.7.10 (default, Oct  9 2015, 22:48:33)
>> [GCC 4.9.3] on linux2
>> Type "help", "copyright", "credits" or "license" for more information.
>>>>> import matplotlib.pyplot as plt
>> Traceback (most recent call last):
>>   File "<stdin>", line 1, in <module>
>>   File 
>> "/home/rwurmus/.guix-profile/lib/python2.7/site-packages/matplotlib-1.4.2-py2.7-linux-x86_64.egg/matplotlib/__init__.py",
>>  line 180, in <module>
>>     from matplotlib.cbook import is_string_like
>>   File 
>> "/home/rwurmus/.guix-profile/lib/python2.7/site-packages/matplotlib-1.4.2-py2.7-linux-x86_64.egg/matplotlib/cbook.py",
>>  line 33, in <module>
>>     import numpy as np
>> ImportError: No module named numpy
>>>>>
>> ~~~~~~~~~~~~~~~~~~~~~~~~
>
> Yeah, we should propagate numpy really.

So, what’s the status of this discussion?  To propagate or not to
propagate?  :-)

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]