简体   繁体   English

如何在Ubuntu中安装和启动RIDE机器人框架

[英]How to install and start RIDE robot framework in Ubuntu

I'm following these steps to install RIDE in Ubuntu, but at the end it gives an error. 我正在按照以下步骤在Ubuntu中安装RIDE,但最后却出现了错误。 How to start? 如何开始?

sudo apt install python2.7
sudo apt install python-pip
echo "deb http://archive.ubuntu.com/ubuntu trusty main universe" | sudo tee /etc/apt/sources.list.d/wily-copies.list
sudo apt update
sudo apt-get install python-wxgtk2.8
sudo -H pip install robot framework
sudo pip install robotframework-ride

Error message: 错误信息:

Could not find a version that satisfies the requirement Pywin32 (from robotframework-ride) (from versions: )
No matching distribution found for Pywin32 (from robotframework-ride)

That problem is fixed in newer version. 该问题已在较新版本中修复。

Please see this answer on the question 请在问题上看到这个答案

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM