fossasia / visdom

A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install visdom without Internet connection

KarhouTam opened this issue · comments

I have used pip install -e . to install visdom itself through source code. However, visdom needs to download scripts additionally. And the target environment cannot connect to the Internet. What am I supposed to do to get through this?

Hey there,

easiest solution is probably to execute the download.sh script on a machine with internet and then push the whole repository or at least the downloads placed in py/static folder to the other machine.

There should probably be a message somewhere that suggests exactly that in the event that no internet connection is available.

Best,
da-h

I would try it. Thanks for your reply.

PS: I will add a PR for this feature as soon as the refactoring of the server is done. (See #858).