Reputation: 1
I am trying to set up a job applying bot I found on Github: https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/blob/main/README.md#installation
It is causing dictionary conflicts that seem to be a bug in the code I cannot circumvent.
If you look at the link, you will see 'requirements.txt' which lists the dictionaries that need to be downloaded, among these is langchain-core. Other dictionaries (named langchain-_____) require a range of versions of langchain-core (<0.3.0 >= 0.2.1), but langchain-anthropic requires a different conflicting range of versions of langchain-core (<0.4.0 >=0.3.0 or <0.2.0 >= 0.1.0). The specified value for langchain-core was given as 0.2.36.
I cannot find any way to reconcile the dependency conflicts and am unfamiliar with this kind of error.
I have attempted loosening the version requirements but since the requirements of various dictionaries actively exclude versions needed by the others nothing worked.
I attempted:
All of the aforementioned returned a dependency conflict error unless otherwise specified.
I am not sure how much wiggle room there is with these dictionaries because I am unsure of the weight of their impact on the code's efficacy.
Any assistance or advice would be greatly appreciated to ease the soul-crushing exhaustion of job-searching!
Upvotes: -1
Views: 11