Running RIDE with Python 3.11 (Fedora 38)

I have upgraded Fedora from version 36 to 38, and surprisingly RIDE is working fine in Python 3.11.

You just have to install python3-wxpython4, with:

sudo dnf install python3-wxpython4

And then:

pip install -U robotframework-ride

1 Like