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

python 3.12 compatibility #19

Closed
soxofaan opened this issue Oct 17, 2023 · 0 comments
Closed

python 3.12 compatibility #19

soxofaan opened this issue Oct 17, 2023 · 0 comments

Comments

@soxofaan
Copy link
Owner

just tried to enable the github actions test workflow for python 3.12 but it failed with

 tests/test_codecs.py:3: in <module>
    from dahuffman import load_json, load_json_compact
/opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/site-packages/dahuffman/__init__.py:2: in <module>
    from dahuffman.codecs import (
/opt/hostedtoolcache/Python/3.12.0/x64/lib/python3.12/site-packages/dahuffman/codecs/__init__.py:11: in <module>
    import pkg_resources
E   ModuleNotFoundError: No module named 'pkg_resources'
@soxofaan soxofaan changed the title python 3.12 compatibitilty python 3.12 compatibility Oct 17, 2023
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

No branches or pull requests

1 participant