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

ModuleNotFoundError when installing from source

lhenault opened this issue · comments

@Nintorac FYI on a clean install there is a ModuleNotFoundError with :

packages = [{include = "src/simple_ai"}]

Changing it to :

packages = [{include = "simple_ai", from = "src"}]

Fixes it (as suggested here).

yea, this and a few other fixes stuck in the rwkv branch that I should have pulled into a seperate PR! :s