Grizzly nova-2013-1.g3 - Numpy Compile errors - Ubuntu 12.10 & 12.04.2LTS
Trying to compile latest grizzly nova code, but no luck thus far. Attempted both 12.04.2LTS and 12.10 Ubuntu versions...both fail at the same place..while checking for 'numpy-1.7.0'... trace below. Appreciate any suggestions or insight. It does say 'python-dev|python-devel' may be required. But python-dev does exists already.
: : Installed /usr/local/lib/python2.7/dist-packages/SQLAlchemy-0.7.9-py2.7-linux-x86_64.egg Searching for numpy Reading http://pypi.python.org/simple/numpy/ Reading http://numpy.scipy.org Reading http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103 (http://sourceforge.net/project/showfi...) Reading http://www.numpy.org Reading http://sourceforge.net/projects/numpy/files/NumPy/ (http://sourceforge.net/projects/numpy...) Reading http://numeric.scipy.org Best match: numpy 1.7.0 Downloading http://pypi.python.org/packages/source/n/numpy/numpy-1.7.0.zip#md5=ca27913c59393940e880fab420f985b4 (http://pypi.python.org/packages/sourc...) Processing numpy-1.7.0.zip Running numpy-1.7.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-f0K_p0/numpy-1.7.0/egg-dist-tmp-2zSCOm Running from numpy source directory. Warning: distutils distribution has been initialized, it may be too late to add a subpackage commandWarning: distutils distribution has been initialized, it may be too late to add a subpackage fcompilernon-existing path in 'numpy/distutils': 'site.cfg' Warning: distutils distribution has been initialized, it may be too late to add a subpackage distutilsWarning: distutils distribution has been initialized, it may be too late to add a subpackage testing/bin/sh: 1: svnversion: not found Warning: distutils distribution has been initialized, it may be too late to add a subpackage f2pyWarning: distutils distribution has been initialized, it may be too late to add an extension _dummyWarning: distutils distribution has been initialized, it may be too late to add a library npysortWarning: distutils distribution has been initialized, it may be too late to add an extension multiarrayWarning: distutils distribution has been initialized, it may be too late to add an extension umathWarning: distutils distribution has been initialized, it may be too late to add an extension scalarmath/tmp/easy_install-f0K_p0/numpy-1.7.0/numpy/distutils/system_info.py:1494: UserWarning: Atlas ( http://math-atlas.sourceforge.net/ ) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. warnings.warn(AtlasNotFoundError.__doc__) /tmp/easy_install-f0K_p0/numpy-1.7.0/numpy/distutils/system_info.py:1503: UserWarning: Blas ( http://www.netlib.org/blas/ ) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [blas]) or by setting the BLAS environment variable. warnings.warn(BlasNotFoundError.__doc__) /tmp/easy_install-f0K_p0/numpy-1.7.0/numpy/distutils/system_info.py:1506: UserWarning: Blas ( http://www.netlib.org/blas/ ) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [blas_src]) or by setting the BLAS_SRC environment variable. warnings.warn(BlasSrcNotFoundError.__doc__) Warning: distutils distribution has been initialized, it may be too late to add an extension _dotblasWarning: distutils ...