Alexa Skill Development using flask-ask and ngrok

后端 未结 4 1064
情书的邮戳
情书的邮戳 2021-01-02 07:09

I\'m trying to begin developing a skill for alexa using flask-ask and ngrok in python. Following is my code:

from flask import Flask
from flask_ask import As         


        
4条回答
  •  说谎
    说谎 (楼主)
    2021-01-02 08:04

    Referring to this link helped me solve the problem. https://github.com/pyca/cryptography/issues/3489

    Basically, by linking openssl in mac by $ brew link openssland installing cryptography==2.1.4, the problem was resolved.

提交回复
热议问题