[SciPy-user] Intallation Tests Failed

Rich Shepard rshepard at appl-ecosys.com
Mon Aug 28 21:00:17 EDT 2006


On Mon, 28 Aug 2006, Rich Shepard wrote:

>   After dinner I'll start over again with both.

   Well, I decided to do it before dinner.

>   Not many files were changed with the numpy checkout, but scipy revision
> 2180 brought down many files.

   Closer. Many warnings scrolled by during the build/install. After invoking
ipython, 'import scipy' showed:

In [2]: import scipy
import misc -> failed: cannot import name place

   Ran 'scipy.test(level=1)' and I'm down from 196 errors to 1:

======================================================================
ERROR: check_integer (scipy.io.tests.test_array_import.test_read_array)
----------------------------------------------------------------------
Traceback (most recent call last):
   File
"/usr/lib/python2.4/site-packages/scipy/io/tests/test_array_import.py", line
55, in check_integer
     from scipy import stats
   File "/usr/lib/python2.4/site-packages/scipy/stats/__init__.py", line 7,
in ?
     from stats import *
   File "/usr/lib/python2.4/site-packages/scipy/stats/stats.py", line 1693,
in ?
     import distributions
   File "/usr/lib/python2.4/site-packages/scipy/stats/distributions.py", line
16, in ?
     from numpy import atleast_1d, polyval, angle, ceil, place, extract, \
ImportError: cannot import name place

----------------------------------------------------------------------
Ran 1388 tests in 11.423s

FAILED (errors=1)
Out[4]: <unittest.TextTestRunner object at 0x41a4144c>

   Also,

****************************************************************
WARNING: clapack module is empty
-----------
See scipy/INSTALL.txt for troubleshooting.
Notes:
* If atlas library is not found by numpy/distutils/system_info.py,
   then scipy uses flapack instead of clapack.
****************************************************************

   ATLAS _is_ installed; perhaps in the wrong place? It was built within
/usr/local/ATLAS, not as a scipy/ subdirectory.

Rich

-- 
Richard B. Shepard, Ph.D.               |    The Environmental Permitting
Applied Ecosystem Services, Inc.(TM)    |            Accelerator
<http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863



More information about the SciPy-User mailing list