Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fatbringer opened this issue Jul 22, 2024 · 0 comments

Comments

@fatbringer
Copy link

fatbringer commented Jul 22, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant