-
Notifications
You must be signed in to change notification settings - Fork 315
Description
Hi I tried using the cactus on anaconda with python 3.9
with command cactus create it easily creates the files and all
now when doing cactus serve for first time on the created base project it throws below error
Unable to import requested engine (S3DeploymentEngine) for provider aws Traceback (most recent call last): File "C:\Users\pranj\anaconda3\lib\site-packages\cactus\deployment\__init__.py", line 32, in get_deployment_engine_class _mod = __import__(module, fromlist=[engine]) File "C:\Users\pranj\anaconda3\lib\site-packages\cactus\deployment\s3\engine.py", line 10, get_deployment_engine_class(hosting_provider) File "C:\Users\pranj\anaconda3\lib\site-packages\cactus\deployment\__init__.py", line 35, in get_deployment_engine_class logger.error("A required library was missing: %s", e.message) AttributeError: 'ImportError' object has no attribute 'message'