Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 17th, 2012  |  syntax: None  |  size: 0.28 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to tell pythons numpy where to find liblapack.so.3?
  2. # Some trace...
  3. ImportError: liblapack.so.3: File was not found # or something similar.
  4.        
  5. LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/me/lib; export LD_LIBRARY_PATH
  6.        
  7. ImportError: liblapack.so.3: wrong ELF class: ELFCLASS32