Hello,

I get following error while importing h5py. Can some one please help me in how does this work.

  import h5py
  File "/usr/lib/python2.6/site-packages/h5py-1.3.1-py2.6-linux-x86_64.egg/h5py/__init__.py", line 24, in <module>
    import h5
  File "h5.pyx", line 386, in init h5py.h5 (h5py/h5.c:5557)
  File "h5.pyx", line 359, in h5py.h5.init_hdf5 (h5py/h5.c:3946)
  File "h5r.pxd", line 24, in init h5py._conv (h5py/_conv.c:3893)
  File "h5s.pxd", line 17, in init h5py.h5r (h5py/h5r.c:2187)
  File "numpy.pxd", line 69, in init h5py.h5s (h5py/h5s.c:4279)
  File "/usr/lib64/python2.6/site-packages/numpy/__init__.py", line 130, in <module>
    import add_newdocs
  File "/usr/lib64/python2.6/site-packages/numpy/add_newdocs.py", line 9, in <module>
    from lib import add_newdoc
  File "/usr/lib64/python2.6/site-packages/numpy/lib/__init__.py", line 13, in <module>
    from polynomial import *
  File "/usr/lib64/python2.6/site-packages/numpy/lib/polynomial.py", line 18, in <module>
    from numpy.linalg import eigvals, lstsq
  File "/usr/lib64/python2.6/site-packages/numpy/linalg/__init__.py", line 47, in <module>
    from linalg import *
  File "/usr/lib64/python2.6/site-packages/numpy/linalg/linalg.py", line 22, in <module>
    from numpy.linalg import lapack_lite
ImportError: /usr/lib64/atlas/libf77blas.so.3: undefined symbol: ATL_dsyreflect

Verions are as follows

Python 2.6.2 (r262:71600, Aug 21 2009, 12:23:57) 
[GCC 4.4.1 20090818 (Red Hat 4.4.1-6)] on linux2
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.