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?
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?
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.