I was just trying out a new trial web app and am having issue getting it going... the error msg i get is..
2017-09-05 03:57:48,974:
2017-09-05 03:57:48,974: File "/home/pyr0t3chr/mysite/flask_app.py", line 4, in <module>
2017-09-05 03:57:48,974: import apiai
2017-09-05 03:57:48,975: ***************************************************
I am not running this in a virtualenv... i already installed apiai twice using pip and pip3 and apiai shows up in pip/pip3 freeze as well
>> pip install --user apiai
>> pip3 install --user apiai