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

pkg_resources is not supported by Python 3.12 #98

Open
tysmith opened this issue Jun 27, 2024 · 0 comments
Open

pkg_resources is not supported by Python 3.12 #98

tysmith opened this issue Jun 27, 2024 · 0 comments

Comments

@tysmith
Copy link
Contributor

tysmith commented Jun 27, 2024

Traceback (most recent call last):
  File "<frozen runpy>", line 189, in _run_module_as_main
  File "<frozen runpy>", line 148, in _get_module_details
  File "<frozen runpy>", line 112, in _get_module_details
  File "/home/user/workspace/venvs/dev/lib/python3.12/site-packages/lithium/__init__.py", line 6, in <module>
    from .reducer import Lithium
  File "/home/user/workspace/venvs/dev/lib/python3.12/site-packages/lithium/reducer.py", line 14, 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

No branches or pull requests

1 participant