Install VisualDL for windows

I am trying to create some plots of loss and accuracy values. I did install VisualDL by pip install --upgrade visualdl, but when I tried to run a demo, I got the error 'vdl_create_scratch_log' is not recognized as an internal or external command, operable program or batch file.
before I did install my Pytorch version by running this command

pip3 install http://download.pytorch.org/whl/cu80/torch-0.4.1-cp36-cp36m-win_amd64.whl
pip3 install torchvision