fossasia / visdom

A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot run "python -m visdom.server".ModuleNotFoundError: No module named 'visdom.utils'

XuRainbow opened this issue · comments

commented

When I installed visdom (0.2.2), I could not run "python -m visdom.server".
The error is:

Traceback (most recent call last):
File "E:\program\003_Anaconda\envs\Pytorch_VAE\lib\runpy.py", line 185, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "E:\program\003_Anaconda\envs\Pytorch_VAE\lib\runpy.py", line 111, in get_module_details
import(pkg_name)
File "E:\program\003_Anaconda\envs\Pytorch_VAE\lib\site-packages\visdom_init
.py", line 9, in
from visdom.utils.shared_utils import get_new_window_id
ModuleNotFoundError: No module named 'visdom.utils'

I removed it and installed visdom(0.2.1) and it worked.

Thanks for flagging - first noted in #878 and resolved by #879.