get error "robot framework installation not found" when run test case, but acturally i have already installed robot framework 3.1.2, why and how to resolve this problem?
i tried to uninstall robot framework 3.1.2 and install 3.1.1, but this did't work
i use: mac os 10.14.5 python 3.7.3 robotframework 3.1.2 ride 1.7.3.1
1) get error"Robot Framework installation not found. To run tests, you need to install Robot Framework separately."
2) below is the ride log under tools->view ride log:
20190716 13:58:25.051 [INFO]: Found Robot Framework version 3.1.2 from /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/robot.
20190716 13:58:25.052 [INFO]: Started RIDE 1.7.3.1 using python version 3.7.3 with wx version 4.0.6 in darwin.
20190716 13:58:34.083 [INFO]: Robot Framework installation not found.
To run tests, you need to install Robot Framework separately.
See http://robotframework.org for
installation instructions.
3)below is the output log:
command: "no pybot" --argumentfile /var/folders/_s/jngzbhqx4pgf_n0t389c55hw0000gn/T/RIDEfnfngxmf.d/argfile.txt --listener /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/robotide/contrib/testrunner/TestRunnerAgent.py:59252:False /Users/mac/Downloads/UIAutomation/TruckPath unexpected error: /bin/sh: no pybot: command not found
i just run robot testcase.robot with command line, this work normally, this so strange!