问题
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.
回答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
来源:https://stackoverflow.com/questions/58025259/unable-to-install-robotframework-ride-in-ubuntu