machinalis / iepy

Information Extraction in Python
BSD 3-Clause "New" or "Revised" License
906 stars 186 forks source link

Problem with Install #90

Closed alexlenail closed 8 years ago

alexlenail commented 8 years ago

Ubuntu 14.04, Python 3.4.

  File "/usr/local/lib/python3.4/dist-packages/numpy/linalg/linalg.py", line 29, in <module>

    from numpy.linalg import lapack_lite, _umath_linalg

ImportError: /usr/local/lib/python3.4/dist-packages/numpy/linalg/lapack_lite.cpython-34m.so: undefined symbol: dpotrf_

----------------------------------------
Cleaning up...
Command /usr/bin/python3 -c "import setuptools, tokenize;__file__='/mnt/tmp/pip_build_root/scipy/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-c9j08g49-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /mnt/tmp/pip_build_root/scipy
Storing debug log for failure in /home/alex/.pip/pip.log

Any idea what might be going wrong?

alexlenail commented 8 years ago

Removing libopenblas-base did not work. Neither did upgrading numpy.

alexlenail commented 8 years ago

Upgrading/Reinstalling numpy actually worked the second time around. Weird.