I have already installed imutils using pip (which is upgraded to the latest version), and it's supposed to be on PyCharm ExternalModules directly after installation , but whenever I try to run my program that uses imutils modules it prints: Modulerror: imutils is not found, what to do? This is what I get as an output:
**/home/manel/.virtualenvs/tutorialpoint/bin/python /home/manel/Documents/opencv-tutorial/opencv_tutorial_01.py
Traceback (most recent call last):
File "/home/manel/Documents/opencv-tutorial/opencv_tutorial_01.py", line 5, in <module>
import imutils
ModuleNotFoundError: No module named 'imutils'**