python: can't open file 'visualdl\..\visualDL': [Errno 2] No such file or directory
Created by: djbyrne
I have tried to run the example code. I am able to add the loggers to my code and it compiles. However when I run visualdl --logdir ./random_log --port 8080 i receive the following error.
python: can't open file 'visualdl..\visualDL': [Errno 2] No such file or directory
I am running this on Windows 7 and python 3.6
Any help would be appreciated.