我正在使用Python 3.4.4,并注意到我的子进程模块不支持run(),我仍然需要使用call()。我想过升级子进程但没有成功。
C:\Users\thakurak>pip install subprocess
Collecting subprocess
Could not find a version that satisfies the requirement subprocess (from versions: )
No matching distribution found for subprocess
如何升级子进程模块?
答案 0 :(得分:0)
请按以下脚本尝试
pip install --upgrade subprocess.run