stefan52a

Results 10 comments of stefan52a

see https://github.com/bitpay/insight/issues/842

I think https://pillow.readthedocs.io/en/latest/installation.html is also needed

If Dockerfile is python3.10 ``` # Use an official Python runtime as a parent image FROM python:3.10-slim # Set the working directory in the container WORKDIR /app # Copy the...

What version of pathway is actually to be used?

So building seemed to work for me (there might be some redundancy): I started off with a clean ubuntu 22.04 server system on a i9 with nvidia graphics card (not...

Digging further So I looked at https://github.com/pathwaycom/llm-app running that docker version seemed to work: curl --data '{"user": "user", "query": "How to connect to Kafka in Pathway?"}' http://localhost:8080/ If I find...

See bottom (after **SOLUTION**)of this comment for the solution that worked for me. So I decided to use poetry (as done in https://github.com/pathwaycom/llm-app) (again i might have redundancy here) and...

server: poetry run python main.py UI: streamlit run ui.py

see solution in https://github.com/pathway-labs/dropbox-ai-chat/issues/5#issuecomment-2002525284 that worked for me