Closed mayurpande closed 4 years ago
I am unable to load it in, says there are errors with from AWSLibrary.base import DynamicCore and from .exceptions import KeywordError, ContinuableError, FatalError
from AWSLibrary.base import DynamicCore
from .exceptions import KeywordError, ContinuableError, FatalError
Does it work with Python2.7?
According to PyPi the lib depends on Python Version 3.7: https://pypi.org/project/robotframework-aws/
I am unable to load it in, says there are errors with
from AWSLibrary.base import DynamicCore
andfrom .exceptions import KeywordError, ContinuableError, FatalError
Does it work with Python2.7?