ERROR: No matching distribution found for subprocess

安装python包时出现了

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

这里我们使用的指令是:

尝试使用特定版本的库。如果pip无法找到最新版本的库,可以尝试安装特定版本的库。例如,以下命令将安装subprocess的最新版本:

pip install --upgrade subprocess.run

这里在写一个信息搜集扫描的工具,如果有需要可以联系,或者一起参与编写

你可能感兴趣的:(随手记录,python,pycharm,开发语言)