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

add setuptools to dependencies #78

Merged
merged 2 commits into from
Jun 7, 2024
Merged

add setuptools to dependencies #78

merged 2 commits into from
Jun 7, 2024

Conversation

arcmags
Copy link
Contributor

@arcmags arcmags commented Jun 7, 2024

distutils is no longer installed by default in python 3.12. setuptools now provides those functionalities.

Without setuptools in python 3.12, pgsrip fails to run:

    from pkg_resources import resource_stream
ModuleNotFoundError: No module named 'pkg_resources'

@ratoaq2 ratoaq2 merged commit b1872c5 into ratoaq2:master Jun 7, 2024
4 checks passed
@ratoaq2
Copy link
Owner

ratoaq2 commented Jun 7, 2024

Thanks

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 this pull request may close these issues.

2 participants