We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to run inventree with python3.13 it complains about not finding the module imghdr (and probably some other things, haven't dig deeper?)
imghdr
Remove the deprecated imghdr dependency as per https://stackoverflow.com/questions/79144437/how-to-resolve-no-module-named-imghdr-error-in-python-3-13-with-tweepy
.
No response
The text was updated successfully, but these errors were encountered:
Would probably also make sense to add 3.13 to CI
Sorry, something went wrong.
No branches or pull requests
Please verify that this feature request has NOT been suggested before.
Problem statement
When trying to run inventree with python3.13 it complains about not finding the module
imghdr
(and probably some other things, haven't dig deeper?)Suggested solution
Remove the deprecated
imghdr
dependency as per https://stackoverflow.com/questions/79144437/how-to-resolve-no-module-named-imghdr-error-in-python-3-13-with-tweepyDescribe alternatives you've considered
.
Examples of other systems
No response
Do you want to develop this?
The text was updated successfully, but these errors were encountered: