...
Code Block |
---|
[OLD] robotframework-selenium2library [NEW] robotframework-selenium2library==3.0.0 |
SyntaxError with Python 3
If your system using python v3 you might get the following exception during robotframework-selenium2library installation:
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:
robotframework-selenium2library==3.0.0
System time out of Sync
If there is further issues downloading libraries due to the system date being out of sync with windows issue the following command and run the scripts again.
...