martin-riedl / CALexa

CALexa is an Amazon Alexa Skill which allows accessing CalDAV Calendars. It makes use of the Flask-Ask Python micro-framework developed by John Wheeler.
Apache License 2.0
34 stars 10 forks source link

Dead project #6

Open tigger04 opened 1 year ago

tigger04 commented 1 year ago

Looking at the most recent commits, and the 100% unanswered open issues, I should have realized this was a dead project before I wasted my time.

Shame, I had such high hopes! If it ever gets revived, or anyone cares to fork it and get it up and running again, I would be super keen to give this another go.

Anyway, thanks for the original effort etc. I don't mean to sound like an ingrate. Github needs some system of flagging dead projects though. Or I just need to be more discerning before delving in to such things.

Such is life.

I feel like Marvyn from Hitchikers today.

Peace out

Traceback (most recent call last):
  File "/CALexa/src/calexa.py", line 13, in <module>
    from flask import Flask
  File "/home/chris/.local/lib/python3.9/site-packages/flask/__init__.py", line 19, in <module>
    from jinja2 import Markup, escape
ImportError: cannot import name 'Markup' from 'jinja2' (/home/chris/.local/lib/python3.9/site-packages/jinja2/__init__.py)