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
Our workaround was to install setuptools, but reading up on https://setuptools.pypa.io/en/latest/pkg_resources.html, it should be possible to replace the usage of pkg_resources as well.
However, I cannot even find the import in the source code?
The text was updated successfully, but these errors were encountered:
Hi, thanks for the report! It looks like importib.resources provides this functionality in the standard library now, I'll have to look into updating that.
Actually, looking deeper into this, this was fixed in #46. Those changes were released in version 3.3.1, so if you update to the latest version you shouldn't run into this issue.
First of all, thank you for this extensive collection!
Using version
3.3.0
.We hit the following issue on trying to import a palette from the package
Our workaround was to install
setuptools
, but reading up on https://setuptools.pypa.io/en/latest/pkg_resources.html, it should be possible to replace the usage ofpkg_resources
as well.However, I cannot even find the import in the source code?
The text was updated successfully, but these errors were encountered: