Problems encountered in installing VISDOM

1.pip install visdom

2.python -m wisdom.server

Generally, the service fails for the first time and the download is slow: downloading scripts, this may take a little while. Refer to this article for a solution. Visdom file download slow problem processing downloading scripts, this may take a little 
original link: https://blog.csdn.net/weixin_34910922/article/details/115920418

1. FileNotFoundError: [WinError 3] The system cannot find the path specified. : 'C:\\Users\\qyxue/.visdom/'

Run python -m visdom.server

Error: FileNotFoundError: [WinError 3] The system cannot find the specified path. : 'C:\\Users\\qyxue/.visdom/'

What to do if .visdom is missing

Create what is missing, so I created .visdom under the path of C:\\Users\\qyxue/, a perfect solution!

Guess you like

Origin blog.csdn.net/doumaidexiaozhi/article/details/127219976