Skip to content Skip to sidebar Skip to footer

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. please help me to get the ride installed.

Solution 1:

That problem is fixed in the next release, which is 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

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:

sudo pip install robotframework-ride

Post a Comment for "Unable To Install Robotframework-ride In Ubuntu"