MarketSquare / robotframework-aws

Custom Library for Robot Framework to interact with Amazon Cloud Services
MIT License
25 stars 21 forks source link

RF fails to import test library 'AWSLibrary' #31

Closed mayurpande closed 3 years ago

mayurpande commented 3 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

Does it work with Python2.7?

adrianyorke commented 3 years ago

According to PyPi the lib depends on Python Version 3.7: https://pypi.org/project/robotframework-aws/