I am getting the following error: ModuleNotFoundError: No module named 'apiai'
But it is in my Python3.5 Site-Packages directory and if I bash anywhere else to install it says its already installed.
I originally used the following command to install: pip3.5 install --user apiai
Did I do something wrong??