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
Traceback (most recent call last):
File "/home/hrehfeld/projects/ext/python-uniteai/.venv/bin/uniteai_llm", line 5, in <module>
from uniteai.llm_server import main
File "/home/hrehfeld/projects/ext/python-uniteai/.venv/lib/python3.12/site-packages/uniteai/llm_server.py", line 54, in <module>
from uniteai.config import load_config
File "/home/hrehfeld/projects/ext/python-uniteai/.venv/lib/python3.12/site-packages/uniteai/config.py", line 33, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
pip install setuptools fixes that.
The text was updated successfully, but these errors were encountered:
pip install setuptools
fixes that.The text was updated successfully, but these errors were encountered: