Skip to content

cactus serve fails #286

@OnlinePage

Description

@OnlinePage

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions