eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.46k stars 314 forks source link

cactus serve fails #286

Open OnlinePage opened 1 year ago

OnlinePage commented 1 year ago

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'