...
If your system using python v3 you might get the following exception during robotframework-selenium2library installation:
Code Block | ||
---|---|---|
| ||
RequestsDependencyWarning: urllib3 (1.26.12) or chardet (3.0.4) doesn't match a supported version! |
...
warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported " |
...
Traceback (most recent call last): |
...
File "<string>", line 2, in <module> |
...
... |
...
from ez_setup import use_setuptools |
...
File "/tmp/pip-install-629q8t42/robotframework-selenium2library/src/ez_setup.py", line 106 |
...
except pkg_resources.VersionConflict, e: |
Solution: Edit the pylibs.txt file under the csit folder in the git repository. Change the robotframework-selenium2library to:
...