0

When I run this command

sudo python -c "import numpy; numpy.test()"

i get this error

ImportError: /usr/lib/liblapack.so.3gf: undefined symbol: ATL_chemv

How can I fix it?

MAS
  • 4,503
  • 7
  • 32
  • 55

1 Answers1

0

Actually, the answers in this question will help resolve things better, especially if you want to keep all the options. Most others will tell you to remove packages when you don't need to.

Community
  • 1
  • 1
Jamie Tsao
  • 121
  • 1
  • 2