Open pooja40jadeja opened 1 year ago
I had the same problem with poetry install
. Some post on Stack Overflow recommended to uninstall a library and reinstall it.
poetry install
.\.venv\scripts\pip uninstall --yes opencv-python
.\.venv\scripts\pip install opencv-python
Repo owner: this could be added in a FAQ section on the main Readme.
Getting below errors when trying to use ScreenCapLibrary to capture video on docker image. New status: FAIL New message: Setup failed: No keyword with name 'Start Video Recording' found.
Also teardown failed: No keyword with name 'Stop Video Recording' found.
robotframework-screencaplibrary-1.6.0 is installed using pip install while creating the docker image. It was working fine till now. Stopped working suddenly.