ModuleNotFoundError: No module named 'pdm.core'

Remove PDM by hand, then reinstall by hand.
cd ~
curl -sSLO https://pdm.fming.dev/dev/install-pdm.py
python install-pdm.py --remove
python install-pdm.py
rm install-pdm.py