Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
XuRainbow opened this issue Oct 21, 2022 · 1 comment

Comments

@XuRainbow
Copy link

XuRainbow commented Oct 21, 2022

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.

@JackUrb
Copy link
Contributor

JackUrb commented Oct 21, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants