robotframework / RIDE

Test data editor for Robot Framework
Apache License 2.0
958 stars 378 forks source link

Ride.py doesn't work in calvin linux #2565

Closed Snorny closed 1 year ago

Snorny commented 1 year ago

Hello,

I have done all the necessary installations to be able to use RobotFramework.

But after installing ride the IDE launch via ryde.py does not work. Ride.py is not recognized.

I have attached a picture with the versions of each tool needed. (I have hide the proxy adress)

robot

Thanks in advance for your help.

Snorny commented 1 year ago

I've found the solution on #1811

HelioGuilherme66 commented 1 year ago

@Snorny Glad that you found a solution, but can you write here what commands you needed to do?

Snorny commented 1 year ago

No problem, I will explain it.

I've tryed to install ride with: -pip install robotframework-ride

It doesn't work for me but with the next command from #1811 it's works: pip install -U https://github.com/robotframework/RIDE/archive/master.zip

Bye