How to configure in PyCharm
Created by: tengerye
Hi,
I have successfully installed VisualDL and could import it from shell, however, when I import it from PyCharm:
from visualdl import LogWriter
I still get this:
ModuleNotFoundError: No module named 'visualdl'
.
Any idea how to configure it from PyCharm please?