[PR #16] [MERGED] ArxivToolkit needs pypdf #466

Closed
opened 2026-04-15 06:54:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/16
Author: @ideal
Created: 5/30/2024
Status: Merged
Merged: 5/31/2024
Merged by: @Shubhamsaboo

Base: mainHead: main


📝 Commits (1)

  • 8e057df ArxivToolkit needs pypdf.

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 chat_with_arxiv/requirements.txt (+2 -1)

📄 Description

ImportError: pypdf not installed. Please install using pip install pypdf

The traceback:

Traceback:

File "/tmp/awesome-llm-apps/chat_with_arxiv/aaaa/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 600, in _run_script
    exec(code, module.__dict__)
File "/tmp/awesome-llm-apps/chat_with_arxiv/chat_arxiv.py", line 5, in <module>
    from phi.tools.arxiv_toolkit import ArxivToolkit
File "/tmp/awesome-llm-apps/chat_with_arxiv/aaaa/lib/python3.12/site-packages/phi/tools/arxiv_toolkit.py", line 16, in <module>
    raise ImportError("`pypdf` not installed. Please install using `pip install pypdf`")

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/16 **Author:** [@ideal](https://github.com/ideal) **Created:** 5/30/2024 **Status:** ✅ Merged **Merged:** 5/31/2024 **Merged by:** [@Shubhamsaboo](https://github.com/Shubhamsaboo) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`8e057df`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/8e057dfa26e0e2aaa141c20716779be8ebc7986d) ArxivToolkit needs pypdf. ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `chat_with_arxiv/requirements.txt` (+2 -1) </details> ### 📄 Description ImportError: `pypdf` not installed. Please install using `pip install pypdf` The traceback: ``` Traceback: File "/tmp/awesome-llm-apps/chat_with_arxiv/aaaa/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 600, in _run_script exec(code, module.__dict__) File "/tmp/awesome-llm-apps/chat_with_arxiv/chat_arxiv.py", line 5, in <module> from phi.tools.arxiv_toolkit import ArxivToolkit File "/tmp/awesome-llm-apps/chat_with_arxiv/aaaa/lib/python3.12/site-packages/phi/tools/arxiv_toolkit.py", line 16, in <module> raise ImportError("`pypdf` not installed. Please install using `pip install pypdf`") ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 06:54:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#466