Django has a slow import time when using Poetry instead of PIP

I used PIP and poetry in the same project. I also use importtime-waterfall to check import time when running the application (run manage.py file).

With case-use Poetry, Django takes more importing time (x2, x3) than case-use PIP.

Can you help me explain it? Or give me related documents. Thank you so much !!!

Back to Top