Visdom server incompatible with tornado v5.0+
See original GitHub issuepip install --upgrade -e git+https://github.com/facebookresearch/visdom.git@master#egg=visdom
pip list | grep visdom # visdom (0.1.7.2)
python -V # Python 3.6.4 :: Anaconda, Inc.
python -m visdom.server
Traceback (most recent call last):
File "/home/dizcza/anaconda3/envs/mcmc/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/dizcza/anaconda3/envs/mcmc/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/dizcza/PycharmProjects/MCMC_BinaryNet/src/visdom/py/visdom/server.py", line 29, in <module>
ioloop.install() # Needs to happen before any tornado imports!
File "/home/dizcza/anaconda3/envs/mcmc/lib/python3.6/site-packages/zmq/eventloop/ioloop.py", line 210, in install
assert (not ioloop.IOLoop.initialized()) or \
AttributeError: type object 'IOLoop' has no attribute 'initialized'
tornado v5.0+ fails tornado v4.5.3 works fine
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Visdom server incompatible with tornado v5.0+ #312 - GitHub
Hi @dizcza - It appears tornado's interaction with ioloop has changed for python 3.6, can you try running the server when omitting lines...
Read more >skip-ganomaly-20220311 - Kaggle
!pip install --user torchvision==0.4.0 tornado==6.0.3 tqdm==4.33.0 ... but you have tornado 6.0.3 which is incompatible. jupyter-server 1.13.1 requires ...
Read more >Package List — Spack 0.18.0 documentation
Supposed to be flexible and powerful, and attempts to be compatible with the ... Versions: 7.2.1, 7.2.0, 7.1.0, 7.0.0, 6.3.0, 6.0.0, 5.0.0, 4.0.1,...
Read more >Untitled
Persekap pekalongan 2013, Sql server read stored procedure text, ... Subterranean records san francisco, Phronesis rom v5.0, Sam riggs band, Mario muscar ...
Read more >Python-3.6.6-foss-2016b-fh1 - Life Sciences Software
agfusion-1.231 Python package to annotate and visualize gene fusions. aiodns-2.0.0 Simple DNS resolver for asyncio; aiohttp-3.5.4 Async http ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you are using tornado v5.0+, you need to upgrade pyzmq to v17. [credits @takluyver, from https://github.com/jupyter/notebook/issues/3595]
Oh is it? I suppose tornado restored the original capabilities. I’ll close this out. Thanks for the heads up!