Feature Request
Hi!
Just tried to install Pytorch in my very first Poetry project and some of the experience left me guessing what was actually happening on my PC.
When installing a larger wheel (I believe for Pytorch it is in 500-700MB range) in a brand new environment, developers are presented with incredibly long dependency resolution times.
Resolving dependencies... (115.8s)
After that follows a package installation phase, that takes a bit of time as well (it seems there's some internet activity is happening during this phase as well), but specifying -vvv does not show anything other than:
- Installing torch (1.0.1.post2)
Would be great to add a bit more transparency in what's actually happening when installing those larger packages.
Feature Request
Hi!
Just tried to install Pytorch in my very first Poetry project and some of the experience left me guessing what was actually happening on my PC.
When installing a larger wheel (I believe for Pytorch it is in 500-700MB range) in a brand new environment, developers are presented with incredibly long dependency resolution times.
After that follows a package installation phase, that takes a bit of time as well (it seems there's some internet activity is happening during this phase as well), but specifying
-vvvdoes not show anything other than:Would be great to add a bit more transparency in what's actually happening when installing those larger packages.