Hi, with ./configure I get this error checking python2.7 module: numpy... yes checking for /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h... no configure: error: Numpy extension header not found Use latest numpy built from source -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.
Hi, On 05/31/2011 06:28 PM, Håvard Wahl Kongsgård wrote:
Hi, with ./configure I get this error
checking python2.7 module: numpy... yes checking for /usr/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h... no configure: error: Numpy extension header not found
Use latest numpy built from source
If numpy was not installed in the default directory, as guessed by the configure script above, you need to supply the correct path with the --with-numpy option. Cheers, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
Thanks, for the record in Ubuntu path to scipy and numpy /usr/local/lib/python2.7/dist-packages/scipy/ -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.
participants (2)
-
Håvard Wahl Kongsgård -
Tiago de Paula Peixoto