You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: