Import error: No module named 'scipy._lib'
This is just an update. I also faced same error. Solution of this issue is installation of below package.
sudo apt install --reinstall python*-decorator
This seemed to resolve itself for me just by running:
pip uninstall scipy && pip install scipy
Even though I had the latest version of scipy (1.4.1)