On Wednesday, February 22, 2012, wrote:

> Dear users,
> I am trying to install matplotlib from source. When I run:
>  sudo python setup.py install > build.out
> I got the following:
> basedirlist is: ['/usr/local', '/usr']
>
> ============================================================================
> BUILDING MATPLOTLIB
>            matplotlib: 1.2.x
>                python: 2.7.2+ (default, Oct  4 2011, 20:06:09)  [GCC 4.6.1]
>              platform: linux2
>
> REQUIRED DEPENDENCIES
>                 numpy: no
>                        * You must install numpy 1.4 or later to build
>                        * matplotlib.
>
> But numpy is installed(/usr/local/lib/python2.7/dist-packages/numpy)
> python -c "import numpy; print numpy.__version__"
> 1.6.1
> How matplotlib could locate numpy path?
>
> How this problem could be solved?
> Thanks a lot in advance.
> Lucia
>
>
>
Lucia, there might be a bug with the version checker.  Are you using
matplotlib from Git master?  If so, what is the date of the latest commit?

Ben Root
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to