-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
No module named imghdr #934
Comments
Having the same error Seems to be an issue of Python 3.13 - imghdr was removed from Python 3.13 https://docs.python.org/3/library/imghdr.html |
has somebody solved this? |
I have created a pull request with changes aiming to replace imghdr #946 |
Fix works well for me, also using Fedora 41 |
Had to add the stuff locally to the source but fix works |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Blender and OS versions
Blender 4.2.2 LTS
Fedora 41
Describe the bug
When trying to install BlenderGIS v2.2.10 or v2.2.9 i receive an error: "No module named 'imghdr'".
According to https://peps.python.org/pep-0594/#imghdr it is deprecated.
Installing standard-imghdr using pip install standard-imghdr did not solve the problem.
How to Reproduce
Error message
"No module named 'imghdr'"
The text was updated successfully, but these errors were encountered: