About Distiller in github

I try to install Distiller and follow the instruction in ‘GitHub - IntelLabs/distiller: Neural Network Distiller by Intel AI Lab: a Python package for neural network compression research. https://intellabs.github.io/distiller’, when I install the Distiller package:
TIM%E6%88%AA%E5%9B%BE20190308160625
I get this:


I don’t know what to do.
PS:My os is windows.

https://pytorch.org Please install pytorch before you install distiller.

I have already installed pytorch. Do you mean that I should install pytorch in the virtual environment ‘env’ ?

Please do this. I wonder if pip3 is installed with your main Python environment.

where python
where pip
where pip3
python -c "import torch"