安装robotframework-ride 报ERROR: Command errored out with exit status

1、问题
安装pip install robotframework-ride时报下面的错
安装robotframework-ride 报ERROR: Command errored out with exit status
2、原因
由于老版ride不支持python3
需要安装psutil和最新版的robotframework-ride
3、解决方法
pip install psutil
pip install -U --pre robotframework-ride
再从Python/Scripts中运行ride.py即可,或者直接通过命令行启动
python -m robotide.init

上一篇:HSRP 的配置测试


下一篇:C#调用"GetSystemPowerStatus"函数获取笔记本电源信息