I am trying to install flask-ask using pip(3). Getting the following error
from pip.req import parse_requirements ImportError: cannot import name \'parse_requi
I tried to install flask-ask on my machine using pip 10.0.0 and I got the same errors as yours. This is what I did to overcome the problem, just downgrade your pip version to 9.0.3 and you'll get the module without an error.
flask-ask