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
For example at the moment if someone leaves the terminal while a download is in progress, they might get back to a prompt that will trigger another download.
The text was updated successfully, but these errors were encountered:
This is complicated, as there could be a chain of these, and I'd have to rearchitect how it fetches things. Realistically, we don't know whether we need to fetch the dependencies of something until you ask to install it. If those dependencies have optional dependencies, we have to recursively fetch all that. We can do it, but it'd likely mean huge chains of downloads for not necessarily a good reason.
For example at the moment if someone leaves the terminal while a download is in progress, they might get back to a prompt that will trigger another download.
The text was updated successfully, but these errors were encountered: