I get an error when I type the command to install Robotframework ride on my Debian :
pip3 install robotframework--ride
The error is :
Could not find a version that satisfies the requirement Pywin32 (from robotframework--ride) (from versions: )
No matching distribution found for Pywin32 (from robotframework--ride)
Btw, it is quite strange that Pywin32
is mentionned while I’m not on Windows… I have both python2 and
python3` on my machine and I’ve read many topics where I saw it could bring about problems so it may be the reason I have this error…
3
Answers
Try the above installation.
pip3 install robotframework–ride is only for Windows according to instruction given. Apparently Pywin32 is for creating desktop shortcut in windows.
can you please try the following two steps mentioned below?
According to this RIDE-doc, one needs to do the following if they are not on windows.
Excerpt from release notes
For other operating systems is better to do a two step install, with:
That problem was fixed in versions not yet released.
See Release Notes for v1.7.4b2 on recommendations to install. Please install wxPython before.
A new version will be released soon.