diff --git a/scripts/install.joinmarket.sh b/scripts/install.joinmarket.sh index 0535613..323363e 100755 --- a/scripts/install.joinmarket.sh +++ b/scripts/install.joinmarket.sh @@ -36,7 +36,12 @@ if [ "$1" = "install" ]; then pip install matplotlib fi if [ "$(pip list | grep -c scipy)" -eq 0 ];then + # https://stackoverflow.com/questions/7496547/does-python-scipy-need-blas + sudo apt-get install -y gfortran libopenblas-dev liblapack-dev + # fix 'No space left on device' with 2GB RAM + export TMPDIR='/var/tmp' pip install scipy + export TMPDIR='/tmp' fi else echo