When I try to install visdom for local development, I get the following error when running `example/demo.py`: ``` Traceback (most recent call last): File "demo.py", line 12, in <module> from visdom import Visdom ModuleNotFoundError: No module named 'visdom' ``` When I rename the directory `py` to `visdom`, this error goes away.