Replies: 2 comments 8 replies
|
How long does it take to run |
1 reply
|
Run |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Is there a way to debug why self-install takes so long?
Before upgrading to Python 3.12, it took 10 minutes on Python 3.10, but after the upgrade, the times increased significantly.
When I run
pdm install,it takes 30 minutes, but withpdm install --no-self, it only takes 14 minutes.I still haven’t tried
uv, because it seems the problem is not related to package downloads.Forgot to mention, using pdm 2.26.1 and
All reactions