Skip to content

Forum in maintenance, we will back soon 🙂

Topic Research Tool...
 
Notifications
Clear all

Topic Research Tool on a Mac

1 Posts
1 Users
0 Reactions
1 Views
(@kirk-doyle)
Posts: 1
New Member Customer
Topic starter
 

I would really like to use this tool but every time I run "pip3 install -r requirements.txt" this is what I get:

Collecting SimplerLLM==0.2.6 (from -r requirements.txt (line 1))
Using cached SimplerLLM-0.2.6-py3-none-any.whl.metadata (7.1 kB)
Collecting networkx==3.3 (from -r requirements.txt (line 2))
Using cached networkx-3.3-py3-none-any.whl.metadata (5.1 kB)
Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 3))
Using cached python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB)
Collecting pyvis==0.3.2 (from -r requirements.txt (line 4))
Using cached pyvis-0.3.2-py3-none-any.whl.metadata (1.7 kB)
Collecting Requests==2.32.3 (from -r requirements.txt (line 5))
Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
Collecting streamlit==1.36.0 (from -r requirements.txt (line 6))
Using cached streamlit-1.36.0-py2.py3-none-any.whl.metadata (8.5 kB)
Collecting streamlit_agraph==0.0.45 (from -r requirements.txt (line 7))
Using cached streamlit_agraph-0.0.45-py3-none-any.whl.metadata (3.2 kB)
Collecting aiohttp==3.9.4 (from SimplerLLM==0.2.6->-r requirements.txt (line 1))
Using cached aiohttp-3.9.4-cp312-cp312-macosx_10_9_x86_64.whl.metadata (7.5 kB)
Collecting duckduckgo-search==5.3.0 (from SimplerLLM==0.2.6->-r requirements.txt (line 1))
Using cached duckduckgo_search-5.3.0-py3-none-any.whl.metadata (18 kB)
Collecting lxml-html-clean==0.1.1 (from SimplerLLM==0.2.6->-r requirements.txt (line 1))
Using cached lxml_html_clean-0.1.1-py3-none-any.whl.metadata (1.5 kB)
Collecting newspaper3k==0.2.8 (from SimplerLLM==0.2.6->-r requirements.txt (line 1))
Using cached newspaper3k-0.2.8-py3-none-any.whl.metadata (11 kB)
Collecting numpy==1.26.4 (from SimplerLLM==0.2.6->-r requirements.txt (line 1))
Using cached numpy-1.26.4-cp312-cp312-macosx_10_9_x86_64.whl.metadata (61 kB)
Collecting openai==1.25.0 (from SimplerLLM==0.2.6->-r requirements.txt (line 1))
Using cached openai-1.25.0-py3-none-any.whl.metadata (21 kB)
Collecting pydantic==2.7.1 (from SimplerLLM==0.2.6->-r requirements.txt (line 1))
Using cached pydantic-2.7.1-py3-none-any.whl.metadata (107 kB)
Collecting PyPDF2==3.0.1 (from SimplerLLM==0.2.6->-r requirements.txt (line 1))
Using cached pypdf2-3.0.1-py3-none-any.whl.metadata (6.8 kB)
Collecting python-docx==1.1.0 (from SimplerLLM==0.2.6->-r requirements.txt (line 1))
Using cached python_docx-1.1.0-py3-none-any.whl.metadata (2.0 kB)
Collecting pytube==15.0.0 (from SimplerLLM==0.2.6->-r requirements.txt (line 1))
Using cached pytube-15.0.0-py3-none-any.whl.metadata (5.0 kB)
INFO: pip is looking at multiple versions of simplerllm to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r requirements.txt (line 1) and Requests==2.32.3 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested Requests==2.32.3
simplerllm 0.2.6 depends on Requests==2.31.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

 

This is my first time using both VS Code and Python.

Any help would be greatly appreciated.

 
Posted : 09/29/2024 6:00 am
Share: