简体   繁体   English

无法在 ubuntu 中安装 robotframework-ride

[英]Unable to install robotframework-ride in ubuntu

I am trying to install robotframwrok-ride in ubuntu18.04 but getting "could not find a version satisfies the requirement Pywin32" error.我正在尝试在 ubuntu18.04 中安装 robotframwrok-ride,但出现“找不到满足 Pywin32 要求的版本”错误。

please help me to get the ride installed.请帮我安装车。

That problem is fixed in the next release, which is 1.7.4.该问题在下一个版本 1.7.4 中得到修复。 You can install the Beta version by following the instructions in the release notes, https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-1.7.4.rst您可以按照发行说明中的说明安装 Beta 版本, https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-1.7.4.rst

You can also install the current development version, which includes more fixes.您还可以安装当前的开发版本,其中包含更多修复。

pip install -U https://github.com/robotframework/RIDE/archive/master.zip

(edit) (编辑)

The version 1.7.4 has been released on December the 24th, 2019. You can install (after having installed wxPython) with: 1.7.4 版本已于 2019 年 12 月 24 日发布。您可以安装(安装 wxPython 后):

sudo pip install robotframework-ride

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

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