Python is installed in a local directory.
My directory tree looks like this:
(local directory)/site-packages/toolkit/interface.py
an easy solution is to install the module using python -m pip install instead of pip install you may use sudo in case of admin restrictions
python -m pip install
pip install