commands模块在Python3中已经被移除了,如果你正在使用Python3,你无法也不需要安装commands模块,直接安装它会失败,因为该模块本身已经不存在了,为什么commands模块被移除了?commands...