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
Use of __file__ makes a package unzippable. setuptools' pkg_resources permits packages to access data files whether zipped or unzipped. It turns out, however, that runtime dependencies on setuptools are considered bad form. Python 3.7 has introduced importlib.resources, and there's a backport importlib-resources.