Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cactus serve fails #286

Open
OnlinePage opened this issue Mar 24, 2023 · 0 comments
Open

cactus serve fails #286

OnlinePage opened this issue Mar 24, 2023 · 0 comments

Comments

@OnlinePage
Copy link

OnlinePage commented Mar 24, 2023

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant