I am using the latet Robot Framework version 6.1 but when i installed rpaframework then it uninstalled robotframework version 6.1 and installed version 5.0.1.
When i again upgrade robotframework to version 6.1 then it shows dependences issues
rpaframework 23.4.0 requires robotframework!=4.0.1,<6.0.0,>=4.0.0, but you have robotframework 6.1 which is incompatible.
rpaframework-pdf 7.1.5 requires robotframework!=4.0.1,<6.0.0,>=4.0.0, but you have robotframework 6.1 which is incompatible.
rpaframework-windows 7.3.2 requires robotframework!=4.0.1,<6.0.0,>=4.0.0, but you have robotframework 6.1 which is incompatible.
Hi @ehassan66,
It looks like for now you’ll need to choose between using rpaframework and robotframework version 6.1 until rpaframework is updated to support robotframework version > 6.0
Other options might be to install rpaframework in a python virtual environment or a virtual machine or container, in that setting you’ll need to stick with the robotframework 5.x syntax, but for other projects that don’t need rpaframework you can continue to use your local robotframework version 6.1.
There must be a reason that rpaframework have called out that robotframework version > 6 is incompatible (or perhaps simply untested?) with rpaframework.
Dave.