I installed imutils on python 3.7 but every time I use import imutils it gives me an error "no module names imutils".
This is what I've done so far:
- I am using MacBook and have tried using pycharm and Python IDE interface both but both give the same error.
- I used pycharm to install imutils and then used pip install imutils as well. Tried : sudo pip install imutils
- sudo pip3 install imutils
- sudo -H. pip install imutils
- restarted the machine None of these seem to work
- I am not using anaconda or any virtual env. The python 3.7 is on the osX.