Troubleshooting pipInstall plugin #168
Answered
by
TomAugspurger
Sid Ravinutala (sidravi1)
asked this question in
Q&A
|
Hi - I'm trying to use Here's my code (i've remove my GH token) and blocks forever when running Looking at the dashboard, it seems the worker are killed (gracefully shutdown) and then restarted. Here are the worker logs: Things I have tried
|
Answered by
TomAugspurger
Jan 24, 2023
Replies: 1 comment 3 replies
|
Hmm, I've never tried installing from a private GitHub repository. The main part of And just to confirm, you've successfully used the PipInstall plugin on a public repository / from PyPI? |
3 replies
Answer selected by
sidravi1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hmm, I've never tried installing from a private GitHub repository. The main part of
PipInstallis at https://github.com/dask/distributed/blob/99d4112d929ffc925ed26dfb4f063c4097c78043/distributed/diagnostics/plugin.py#L481-L492, if you want to try running that code locally.And just to confirm, you've successfully used the PipInstall plugin on a public repository / from PyPI?