staintools 설치하기 위해서는 spams 설치 필요
## spams install에 dependent
sudo yum install atlas-devel lapack-devel blas-devel libgfortran
## solution for ModuleNotFoundError: No module named '_ctypes'
sudo yum install libffi-devel
## spams install (not pip)
git clone https://github.com/getspams/spams-python
cd spams-python
pip3 install -e .
## staintools
pip3 install staintools
import staintools