Hello,
I…
- try to develop a RAG LLM-based app:
GitHub - yulialitvinova/knowledge_chatbot_kernen - use Windows, Anaconda (no pip allowed!) → Visual Studio → python (version 3.9.19);
- use Chromadb for scrapped documents;
- get the following error when try to deploy the app:
p.s. meanwhile, I moved to Mongodb
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DMODULE_NAME="pysqlite3.dbapi2" -I/usr/include -I/home/adminuser/venv/include -I/usr/local/include/python3.11 -c src/blob.c -o build/temp.linux-x86_64-cpython-311/src/blob.o
in file included from src/blob.c:1:
src/blob.h:4:10: fatal error: sqlite3.h: No such file or directory
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pysqlite3
Error full text: