Hi,
numpy.distutils.system_info.NotFoundError: No lapack/blas resources found.
This indicates that there is no lapack/blas library in your environment.
Please install them with this command:
$ sudo apt-get install gfortran libopenblas-dev liblapack-dev
Thanks.