Could not find a version that satisfies the requirement queue (from versions: none)

使用pip install queue报错

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

找了网上的方法都是升级pip版本,换国内镜像源,都没用。
我的pip版本是python3的23.1.2版本

queue是标准库中的,不是第三方库,无需安装,直接import使用
所以pip找不到资源

不需要通过 pip 安装 queue 模块,只要在代码中导入就行了啊?!