visdom:Downloading scripts, this may take a little while

一、问题描述

晚上尝试执行了多次:

python -m visdom.server 

总是卡在如下提示中:

  ioloop.install()  # Needs to happen before any tornado imports!
Checking for scripts.
Downloading scripts, this may take a little while

晚上睡觉时,也一直保持着这个界面。

二、问题解决

大清早执行

早上6点半醒来后,发现还是这个提示,纹丝不动。 我又结束掉这个terminal,再次执行python -m visdom.server 

等了大概10分钟不到,提示如下:

Downloading scripts, this may take a little while
It's Alive!
INFO:root:Application Started

 

visdom:Downloading scripts, this may take a little while_第1张图片

问题解决。可能是外网访问问题,大清早网络稍微好点。

你可能感兴趣的:(深度学习,python,pytorch)