Troubleshooting pipInstall plugin #168
-
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
|
Beta Was this translation helpful? Give feedback.
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? |
Beta Was this translation helpful? Give feedback.
Hmm, I've never tried installing from a private GitHub repository. The main part of
PipInstall
is 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?