pip install imutils
Collecting imutils
Downloading imutils-0.5.4.tar.gz (17 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: imutils
Building wheel for imutils (pyproject.toml) ... done
Created wheel for imutils: filename=imutils-0.5.4-py3-none-any.whl size=25857 sha256=921f7d91da5f0bbb9b411920f8fe631899c94f29a003090ba38a60a789c3f6a8
Stored in directory: c:\users\username\appdata\local\pip\cache\wheels\5b\76\96\ad0c321506837bef578cf3008df3916c23018435a355d9f6b1
Successfully built imutils
Installing collected packages: imutils
Successfully installed imutils-0.5.4
Traceback (most recent call last):
File "C:\Users\UserName\Desktop\AEVAS_GCS_v3.4_1Dec2023\gcs.py", line 11, in <module>
import imutils
ModuleNotFoundError: No module named 'imutils'
Hello! I have a very strange error of imutils not found after doing pip install. I have gone through the usual suspects, but none seem to work.
Things i have tried