Issue description:
I encounter a issue when use folllows command in anaconda envrioment for pytorch in windows 10 platform.
pip install simulation
through the error log, I think the scikit-sparse library is not installed rightly. So I use the follows comand reinstall it:
pip install scikit-sparse
but the issue again. I confused. At last, I got it works. Detail information can be found in this github: