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
it also means this library should have setuptools as a dependency in pyproject.toml
otherwise you get errors:
from checksumdir import dirhash
File "/home/circleci/project/.venv/lib/python3.11/site-packages/checksumdir/__init__.py", line 17, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
I am trying to package an app utilizing this library using PyOxidizer. PyOxidizer doesn't support pkg_resources per issue.
If you are interested in changing to something else, I would be willing to research it and submit a PR.
The text was updated successfully, but these errors were encountered: