Closed mlangill closed 8 years ago
I got an error when attempting to install STAMP in Ubuntu 15.10 using the directions outlined here: http://kiwi.cs.dal.ca/Software/Quick_installation_instructions_for_STAMP
During the sudo pip install STAMP I got the error 'no lapack/blas resources fund'
sudo pip install STAMP
'no lapack/blas resources fund'
Installing the following packages fixed the error: sudo apt-get install libblas-dev liblapack-dev gfortran
Suggest adding this to the install instructions.
Thanks. I've updated the wiki.
I got an error when attempting to install STAMP in Ubuntu 15.10 using the directions outlined here: http://kiwi.cs.dal.ca/Software/Quick_installation_instructions_for_STAMP
During the
sudo pip install STAMP
I got the error'no lapack/blas resources fund'
Installing the following packages fixed the error: sudo apt-get install libblas-dev liblapack-dev gfortran
Suggest adding this to the install instructions.