Jul 26, 2017 · 1 min read
I am still stuck on the apiai ImportError.
I did everything you recommended and in the bash console used, “ pip install — user apiai”, and that being spelled, “install *space* *dash* *dash*user apiai”
Yet I still get the error message of, “ ImportError: No module named ‘apiai’” when I try and run the python file.
When I go to my bash console and try and install the apiai again I get the reposnse, “
Requirement already satisfied (use — upgrade to upgrade): apiai in ./.local/lib/python2.7/site-packages
Requirement already satisfied (use — upgrade to upgrade): numpy in /usr/local/lib/python2.7/dist-packages (from apiai)”
Could the error be because of it being under python2.7? And if so how would I fix this