PyImageSearch/imutils

I keep on getting the error,even after I tried every method I get this Error

Opened this issue · 0 comments

from imutils.video import VideoStream
ImportError: No module named imutils.video

Although if I am running python from Terminal and then to test run:
import imutils
import imutils.video,
both works fine