Closed Tset-Noitamotua closed 7 years ago
Hi,
It seems you installed agent-Python-RobotFramework from pypi. Latest version in pypi is 2.5.4 which has invalid dependency spec.
For workaround pls install directly from github for now:
pip install git+https://github.com/reportportal/agent-Python-RobotFramework.git
You also see that six
package is missing. So install it: pip install six
.
This is fixed in 7ae7c4a.
We will publish new 3.0 version to pypi when PR #11 and #12 are merged.
Indeed, installing from repo with
pip install git+https://github.com/reportportal/agent-Python-RobotFramework.git
did the trick.
Thank you @frizzby !
I am trying to run a simple robot test but get this error
Test code in
simple_robot_test.robot
fileTest execution command
Complete output