求问,我的python安装的是3.11版本的,但是安装dns模块时显示无对应版本,去清华源,豆瓣源下都是显示无版本,是不是我的python安装的版本太超前了(什么更新pip啥的我都试过,没用)
ERROR: Could not find a version that satisfies the requirement dns (from versions: none)
ERROR: No matching distribution found for dns
你找的应该是这个模块吧,这样安装试试:
pip install dnspython
没装过这个模块,不过这样的情况可以找轮子文件直接安装