Я следую этому руководству с https://dev.to/docteurrs/installing-pri ... pport-1m2a, которое, по словам Чака, было превосходным в его последнем видео на YT.
p>
В любом случае, я следую инструкциям, и все в порядке, пока не доберусь до
Код: Выделить всё
cd privateGPT
poetry install --with ui
poetry install --with local
Group(s) not found: ui (via --with)
Group(s) not found: local (via --with)
Does anyone have any idea why this is? I've tried twice now, I reinstallted the WSL and Ubuntu fresh to retrace my steps, but I encounter the same issue once again. And help is appreciated

I've tried twice now, I reinstallted the WSL and Ubuntu fresh to retrace my steps, but I encounter the same issue once again. The Path seems to be correct as told in the guide, and the bashrc seems to run correctly upon startup so no errors there.
However it could be possible that poetry should be in the home/user/privateGPT folder instead of home/user/.local/bin that it autoinstalls into?
Источник: https://stackoverflow.com/questions/781 ... i-via-with