lhenault / simpleAI

An easy way to host your own AI API and expose alternative models, while being compatible with "open" AI clients.

Home Page:https://pypi.org/project/simple-ai-server/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing requirement - protobuf

Nintorac opened this issue · comments

Installing from master results in failure to run due to error related to protobuf missing. Manually installing with pip install protobuf fixed the issue.

I was thinking it would be covered with the grpcio dependency which uses and should install protobuf, but there is no harm in adding an extra line in pyproject.toml just in case.