-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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" #874
Comments
D:\anaconda\envs\pytorch\lib\site-packages\visdom\server.py:41: DeprecationWarning: zmq.eventloop.ioloop is deprecated in pyzmq 17. pyzmq now works with default tornado and asyncio eventloops. |
Hey there,
|
I have the same problem. I've checked the version of visdom. It's 0.2.1, but it still couldn't work. |
PS: I just saw that conda-forge does not use the most recent version, yet. See: |
Long-Term Solution: To solve the problem directly:
Then, I expect the code to proceed normally. Best, |
I have solved the same problem by changing the version of the Visdom--v 0.1.8.9. Maybe the last version is instability. |
short question @huangjin520: which version did work for you? I quickly checked the versions back to |
|
Hi, there has been a new release today that should fix this error. |
The error is:
/usr/local/lib/python3.7/dist-packages/visdom/server.py:38: DeprecationWarning: zmq.eventloop.ioloop is deprecated in pyzmq 17. pyzmq now works with default tornado and asyncio eventloops.
ioloop.install() # Needs to happen before any tornado imports!
Checking for scripts.
Downloading scripts, this may take a little while
It's Alive!
Traceback (most recent call last):
File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.7/dist-packages/visdom/server.py", line 2106, in
download_scripts_and_run()
File "/usr/local/lib/python3.7/dist-packages/visdom/server.py", line 2102, in download_scripts_and_run
main()
File "/usr/local/lib/python3.7/dist-packages/visdom/server.py", line 2098, in main
eager_data_loading=FLAGS.eager_data_loading)
File "/usr/local/lib/python3.7/dist-packages/visdom/server.py", line 1963, in start_server
eager_data_loading=eager_data_loading)
File "/usr/local/lib/python3.7/dist-packages/visdom/server.py", line 206, in init
self.state = self.load_state()
File "/usr/local/lib/python3.7/dist-packages/visdom/server.py", line 299, in load_state
env_jsons = [i for i in os.listdir(env_path) if '.json' in i]
FileNotFoundError: [Errno 2] No such file or directory: '/root/.visdom/'
I searched a lot, but no solution is related.
The text was updated successfully, but these errors were encountered: