The pip command to install flask-ask
is simply:
pip install flask-ask
However, when I run this command, I get this error:
Now, I have heard that you can simply downgrade your pip version to circumvent this error. However, when I do this, I get an error from the cryptography module:
I have tried fully updating pip, changing Python from 32-bit to 64-bit and I'm still unable to install flask-ask
.
Could someone help me to get this module installed?