Azure / azure-openai-samples

Azure OpenAI Samples is a collection of code samples illustrating how to use Azure Open AI in creating AI solution for various use cases across industries. This repository is mained by a community of volunters. We welcomed your contributions.
MIT License
524 stars 373 forks source link

conflicting versions of langchain in the requirement.txt for V1 folder #46

Open azadehgnia opened 5 months ago

azadehgnia commented 5 months ago

Under https://github.com/Azure/azure-openai-samples/tree/main/quick_start/v1

When installing requirement.txt, below error is raised:

Downloading langchain-0.1.9-py3-none-any.whl.metadata (13 kB) ERROR: Cannot install langchain==0.0.24 and langchain==0.1.9 because these package versions have conflicting dependencies.

The conflict is caused by: The user requested langchain==0.1.9 The user requested langchain==0.0.24