Import Error: cannot import name 'LogWriter'
Created by: kmh4ah
When I try to import
from visualdl import LogWriter
, I got the following import error.
Traceback (most recent call last): File "visualdl.py", line 4, in <module> from visualdl import LogWriter File "C:\Program Files (x86)\kmh\Lib\site-packages\chestxray\input\visualdl.py", line 4, in <module> from visualdl import LogWriter ImportError: cannot import name 'LogWriter'
I am running the code on Windows 10, python 3.6.6 with virtual environment.