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
Is your feature/enhancement proposal related to a problem? Please describe.
When executing `pdm add ultralytics` output stays resolving for a long time, it make beginner doubt that whether the process is dead or still running.
By comparison, poetry add ultralytics show the increasing cost time, and pip install ultralytics show the download progressbar, so I know that they are still running.
Describe the solution you'd like
If one step cost too much time without any new output, print more detail to let me know what's it doing now.
Or show a progressbar to tell how long to wait.
The text was updated successfully, but these errors were encountered:
If you want more information on what PDM is doing, then you can add -v to the command (it's relatively common for CLIs to have a -v option, short for verbose).
Is your feature/enhancement proposal related to a problem? Please describe.
When executing `pdm add ultralytics` output stays resolving for a long time, it make beginner doubt that whether the process is dead or still running.By comparison,
poetry add ultralytics
show the increasing cost time, andpip install ultralytics
show the download progressbar, so I know that they are still running.Describe the solution you'd like
If one step cost too much time without any new output, print more detail to let me know what's it doing now.
Or show a progressbar to tell how long to wait.
The text was updated successfully, but these errors were encountered: