From 8e057dfa26e0e2aaa141c20716779be8ebc7986d Mon Sep 17 00:00:00 2001 From: ideal Date: Thu, 30 May 2024 14:30:56 +0800 Subject: [PATCH] ArxivToolkit needs pypdf. ImportError: `pypdf` not installed. Please install using `pip install pypdf` --- chat_with_arxiv/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chat_with_arxiv/requirements.txt b/chat_with_arxiv/requirements.txt index 0f954bf..9ee1151 100644 --- a/chat_with_arxiv/requirements.txt +++ b/chat_with_arxiv/requirements.txt @@ -1,4 +1,5 @@ streamlit phidata arxiv -openai \ No newline at end of file +openai +pypdf