How to fix R package installation /usr/bin/ld: cannot find -lblas
Problem:
While installing some R package, you see an error message like
missing_blas_error.sh
/usr/bin/ld: cannot find -lblasSolution
You need to install the libblas development headers. On Ubuntu, you can do that using
install_libblas.sh
sudo apt -y install libblas-devCheck out similar posts by category:
R
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow