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+.