You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When I installed visdom (0.2.2), I could not run "python -m visdom.server".
The error is:
I removed it and installed visdom(0.2.1) and it worked.
The text was updated successfully, but these errors were encountered: