You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
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
The text was updated successfully, but these errors were encountered: