ModuleNotFoundError: No module named 'imghdr' #5476
Closed
mkmtrading
started this conversation in
General
Replies: 2 comments
-
You're right, using python 3.12 is the quickest solution for now. However, we should update the package with the Python version constraints that we support to prevent it from being installed on Python 3.13. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Brand new beets Windows 11 user running Python 3.13.0. Apparently imghdr was deprecated in Python 3.13.0, if simply reinstalling 3.12.0 is the quickest solution that's fine :-)
C:\Windows\System32>beet -vvv config
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Program Files\Python313\Scripts\beet.exe_main.py", line 4, in
from beets.ui import main
File "C:\Program Files\Python313\Lib\site-packages\beets\ui_init.py", line 35, in
from beets import config, library, logging, plugins, util
File "C:\Program Files\Python313\Lib\site-packages\beets\library.py", line 26, in
from mediafile import MediaFile, UnreadableFileError
File "C:\Program Files\Python313\Lib\site-packages\mediafile.py", line 52, in
import imghdr
ModuleNotFoundError: No module named 'imghdr'
C:\Windows\System32>
Beta Was this translation helpful? Give feedback.
All reactions