-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Tensorboard fails in python 3.13 because imghdr
module is absent
#6964
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
Comments
Thanks for reporting. We'll look for a replacement for this library. AFAICT, we only use it to get MIME types, which I expect should be somewhat easily replaceable, but we can't guarantee when we'll address this. In the meantime, Python < 3.13 would be required. |
You can install |
Any news on this?
If one of these is fine, I can submit a PR. |
Given that the |
Fine by me, as long as I can use tensorboard with 3.13 without pushing standard-imghdr everywhere. |
Running
tensorboard --logdir .
under python 3.13 leads to the following error:It seems that
imghdr
is no longer part of the Python standard library in 3.13.The text was updated successfully, but these errors were encountered: