Skip to content

imutils not found after successful pip install on windows 10, python 3.12 #293

@ykn96

Description

@ykn96
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

Update:
It appears to be installed in the correct place too, for my virtual environment
image

May i seek your help on this? Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions