Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace pkg_resources #22

Open
idahogray opened this issue Apr 16, 2021 · 1 comment · May be fixed by #23
Open

Replace pkg_resources #22

idahogray opened this issue Apr 16, 2021 · 1 comment · May be fixed by #23

Comments

@idahogray
Copy link
Contributor

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.

@idahogray idahogray linked a pull request Apr 18, 2021 that will close this issue
@anentropic
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants