Hey, python-setuptools
is a missing dependency. Detected in the downstream package shell-gpt:
_____________________ ERROR collecting tests/test_shell.py _____________________
ImportError while importing test module '/build/shell-gpt/src/shell_gpt-1.3.0/tests/test_shell.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.11/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_shell.py:8: in <module>
from .utils import app, cmd_args, comp_args, mock_comp, runner
tests/utils.py:4: in <module>
from litellm import completion as completion
/usr/lib/python3.11/site-packages/litellm/__init__.py:510: in <module>
from .utils import (
/usr/lib/python3.11/site-packages/litellm/utils.py:32: in <module>
import pkg_resources
E ModuleNotFoundError: No module named 'pkg_resources'
Pinned Comments