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

sistr 1.1.3 uses pkg_resource that is deprecated #61

Open
atks opened this issue Dec 26, 2024 · 0 comments
Open

sistr 1.1.3 uses pkg_resource that is deprecated #61

atks opened this issue Dec 26, 2024 · 0 comments

Comments

@atks
Copy link

atks commented Dec 26, 2024

Encountered some issues when installing commandline sistr via pip on Ubuntu Noble Numbat.

sistr-1.1.3/bin/sistr
Traceback (most recent call last):
File "/home/atks/sistr-1.1.3/bin/sistr", line 5, in
from sistr.sistr_cmd import main
File "/home/atks/sistr-1.1.3/lib/python3.12/site-packages/sistr/sistr_cmd.py", line 10, in
from pkg_resources import resource_filename
ModuleNotFoundError: No module named 'pkg_resources'

Is it possible to update the egg mechanism?

pypa/pip#12330

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