Closed aiswaryasankar closed 5 months ago
João Moura @joaomdmoura http://twitter.com/joaomdmoura
Em dom., 3 de mar. de 2024 às 20:54, aiswaryasankar < @.***> escreveu:
I've tried nearly every permutation of dependencies but keep running into these conflicts Also why is crewai dependent on such an old version of openAI? Even if I downgrade to openai 0.28.1 it throws errors since the other apis have moved on. e.g.
ImportError: cannot import name 'OpenAI' from 'openai'```
Dep issues -
crewai 0.1.7 requires langchain<0.0.352,>=0.0.351, but you have langchain 0.1.10 which is incompatible. crewai 0.1.7 requires openai<0.29.0,>=0.28.1, but you have openai 1.13.3 which is incompatible.
— Reply to this email directly, view it on GitHub https://github.com/joaomdmoura/crewAI/issues/306, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFC3N2SW7THRY5SREENM3LYWOZ33AVCNFSM6AAAAABEELIOXCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE3DKNRTGAZDAMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
This is fixed by updating crewai as well as langchain dependency.
thanks!
I've tried nearly every permutation of dependencies but keep running into these conflicts Also why is crewai dependent on such an old version of openAI? Even if I downgrade to openai 0.28.1 it throws errors since the other apis have moved on. e.g.
crewai 0.1.7 requires langchain<0.0.352,>=0.0.351, but you have langchain 0.1.10 which is incompatible. crewai 0.1.7 requires openai<0.29.0,>=0.28.1, but you have openai 1.13.3 which is incompatible.