Python 3.7 Error: AttributeError: module 'subprocess' has no attribute 'run'
Python 3.7 Error: AttributeError: module 'subprocess' has no attribute 'run'
我 运行 遵循 pycharm 中的代码 python 3.7。但出现此错误。
import subprocess
subprocess.run('dir', shell=True)
错误消息:AttributeError:模块 'subprocess' 没有属性 'run'
你程序的文件名也是subprocess.py吗?如果是这样,请再次更改 运行 以确认
我 运行 遵循 pycharm 中的代码 python 3.7。但出现此错误。
import subprocess
subprocess.run('dir', shell=True)
错误消息:AttributeError:模块 'subprocess' 没有属性 'run'
你程序的文件名也是subprocess.py吗?如果是这样,请再次更改 运行 以确认