You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
Hi I tried using the cactus on anaconda with python 3.9
with command
cactus create
it easily creates the files and allnow when doing
cactus serve
for first time on the created base project it throws below errorUnable 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'
The text was updated successfully, but these errors were encountered: