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 request related to a problem? Please describe.
PDM is now using distlib as the wheel installer, which is a more strict installer than the implementation of pip: it validates the files in the zip ball against the RECORDS file and aborts if invalid. This will often surprise users in many cases (#500 for instance).
Is your feature request related to a problem? Please describe.
PDM is now using
distlib
as the wheel installer, which is a more strict installer than the implementation of pip: it validates the files in the zip ball against theRECORDS
file and aborts if invalid. This will often surprise users in many cases (#500 for instance).Describe the solution you'd like
Replace the installer with the dedicated project installer. Maybe after https://github.com/pradyunsg/installer/pull/63/ is merged and released.
The text was updated successfully, but these errors were encountered: