You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pkg_resources package was removed in Python 3.12 and was deprecated before that. Your code relies on that package. Ergo, your code is not compatible with Python 3.12+.
Just thought you would like to know.
Thanks for your good work. 😸
The text was updated successfully, but these errors were encountered:
Hi.
The pkg_resources package was removed in Python 3.12 and was deprecated before that. Your code relies on that package. Ergo, your code is not compatible with Python 3.12+.
Just thought you would like to know.
Thanks for your good work. 😸
The text was updated successfully, but these errors were encountered: