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
Since the February update for Setuptools 82, pkg_resources is no longer included. The most simple workaround at the moment is to install setuptools<82, but there is probably a better solution that can be handled by dependencies here.
Since the February update for Setuptools 82,
pkg_resourcesis no longer included. The most simple workaround at the moment is to installsetuptools<82, but there is probably a better solution that can be handled by dependencies here.