Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install visdom without Internet connection #865

Closed
KarhouTam opened this issue Sep 16, 2022 · 3 comments
Closed

Install visdom without Internet connection #865

KarhouTam opened this issue Sep 16, 2022 · 3 comments

Comments

@KarhouTam
Copy link

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?

@da-h
Copy link
Contributor

da-h commented Sep 17, 2022

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

@KarhouTam
Copy link
Author

I would try it. Thanks for your reply.

@da-h
Copy link
Contributor

da-h commented Sep 17, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants