feder-cr / linkedIn_auto_jobs_applier_with_AI

LinkedIn_AIHawk is a tool that automates the jobs application process on LinkedIn. Utilizing artificial intelligence, it enables users to apply for multiple job offers in an automated and personalized way.
MIT License
12.03k stars 1.87k forks source link

Resolved dependency conflict #353

Closed shivamkrsarin1996 closed 6 days ago

feder-cr commented 6 days ago

@shivamkrsarin1996 exaplain better

TylerStilwagen commented 6 days ago

Screenshot 2024-09-11 022546 this is on v3 branch, i did a quick fix something similar to you

timoa commented 6 days ago

I'm working on the Docker image and what's working for me with Python 3.12.4 (Mac) and Python 3.12.6 (Docker) are these ones:

langchain==0.2.16
langchain-community==0.2.16
langchain-core==0.2.38
langchain-openai==0.1.20
langchain-text-splitters==0.2.4
langsmith==0.1.93
Levenshtein==0.25.1
openai==1.37.1
regex==2024.7.24
reportlab==4.2.2
selenium==4.9.1
webdriver-manager==4.0.2
click==8.1.7
git+https://github.com/feder-cr/lib_resume_builder_AIHawk.git
linkedin-api==2.3.0
pdfminer.six==20221105
inputimeout==1.0.4
langchain-ollama==0.1.3
langchain-anthropic==0.1.23
langchain-google-genai==1.0.10
jsonschema==4.23.0
jsonschema-specifications==2023.12.1
httpx~=0.27.2
python-dotenv~=1.0.1
PyYAML~=6.0.2
sai-rohit-gupta commented 4 days ago

Yes this is a real issue in the main branch as well, I have taken a clone today and tried working with it and had the same issue. When i remove the specific version of

1) langchain-anthropic

and changed the version of langchain code to be higher it worked in my case i used

0.2.36

langchain-core==0.2.36