Hello! I am getting this error while I import AWS package.
Error → Importing library ‘RPA.Cloud.AWS’ failed: Module ‘RPA.Cloud’ does not contain ‘AWS’.
Did you add package to conda.yaml? From documentation
Requirements
The default installation depends on boto3 library.
Due to the size of the dependency, this library is available separate package
rpaframework-aws but can also be installed as an optional package for rpaframework.
Recommended installation is rpaframework-aws plus rpaframework package.
Thank you! this suggestion was helpful.