下载pdm遇到的坑:Could not find a version that satisfies the requirement pdm

pip install pdm遇到的问题:

Could not find a version that satisfies the requirement pdm (from versions: )
No matching distribution found for pdm

下载pdm遇到的坑:Could not find a version that satisfies the requirement pdm_第1张图片

检查了版本后发现,python版本在3.6,pdm不支持该版本
换成python3.7版本,则直接下载成功!
下载pdm遇到的坑:Could not find a version that satisfies the requirement pdm_第2张图片

下载pdm遇到的坑:

1、首先要知道pdm不支持python3.6及其一下的版本
2、直接使用pip install pdm就可以了,不用网上推荐的使用pipx下载

你可能感兴趣的:(python,开发语言,pip)