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
Look into replacing runtime usage of pkg_resources with importlib. This will simplify runtime dependencies, especially in frozen (e.g., pyinstaller, cx_freeze) environments.
Look into replacing runtime usage of
pkg_resourceswithimportlib. This will simplify runtime dependencies, especially in frozen (e.g.,pyinstaller,cx_freeze) environments.