Can't install flask-ask: error from cryptography module

263 views Asked by At

The pip command to install flask-ask is simply:

pip install flask-ask

However, when I run this command, I get this error: enter image description here

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: enter image description here

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?

0

There are 0 answers