Visdom cannot start normally, python -m visdom.server prompts Downloading scripts, this may take a little while

提示:******Checking for scripts. Downloading scripts, this may take a little while

I have been waiting for a long time and I cannot download or start the service.

Finally found the ending method online, share it with everyone here

1. First open the sever.py file under the visdom package

My path is as follows H:\Anaconda3\Lib\site-packages\visdom, look for sever.py according to the installation location of your environment.

2. Comment out download_scripts()

3. File replacement

Download connection https://download.csdn.net/download/zl1107604962/12144503

My path is as follows: H:\Anaconda3\Lib\site-packages\visdom, just replace the static file under visdom, and then vidom-sever can be started normally

4. Execute python -m visdom.server, the time to witness the miracle has arrived

Guess you like

Origin blog.csdn.net/zl1107604962/article/details/104229548