Hacker News new | ask | show | jobs
by bamboozled 1438 days ago
PDM is based on PEP-582, which is only a draft and you will hit edge cases where it's not supported, or projects refuse to support it because of this. I'd avoid it for that reason personally.

virtualenvs are a much more supported.

1 comments

You can opt out of PEP-582, and in PDM 2.0 (just released), it becomes opt in.
What’s the point of using it over out Poetry then ? Why do we need a other ?