-
Notifications
You must be signed in to change notification settings - Fork 1k
Dep init seems to hang indefinitely #1108
Comments
So it seems doing this in a completely empty directory worked fine, just not the directory with my
Commenting out the above imports makes the command work correctly again. Running with It seems to get this far, then just hangs indefinitely.
At this point, pressing ctrl-c will produce a similar error as described previously. |
Ok.. so I tried re-rerunning this again, and eventually it actually seemed to sort itself out.. So.. partially a better UI to say it's working would be nice. And maybe there is some form of speedup/tweaking that could be done somewhere.
|
ack, 11 days! sorry, we usually respond within a couple days at the most. and, sorry that you're running into this - it's a source of continuing frustration for us that we don't have a better story here. unfortunately, there's not a lot to say here that's not already been said in the various other issues that touch on this. basically, dep was doing a bunch of up-front cloning, which tends to be costly and take a while. the reason we struggle with providing feedback on this is because the subsystem that actually does the cloning doesn't have a good way of communicating back that it's actually doing work - it has no logging context in which to operate. the best short-term solution we have is #1144, which should help a lot at least for this case, as you didn't actually encounter any problems other than the long clone times. i'm gonna close this in favor of that. |
Thanks @sdboyer , shall have a read of that one :) |
What version of
dep
are you using (dep version
)?What
dep
command did you run?dep init
What did you expect to see?
A new project be initialised
What did you see instead?
Nothing until I pressed control-c, then:
The text was updated successfully, but these errors were encountered: