Azure-Samples / azure-search-openai-demo

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://azure.microsoft.com/products/search
MIT License
5.6k stars 3.75k forks source link

error on azure-monitor-opentelemetry-exporter 1.0.0b26 depends on fixedint==0.1.6 #1767

Open jay-itl opened 4 days ago

jay-itl commented 4 days ago

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting

Minimal steps to reproduce

run ./start.sh on app folder

Any log messages given by the failure

ERROR: Cannot install -r app/backend/requirements.txt (line 51) and fixedint==0.2.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested fixedint==0.2.0
    azure-monitor-opentelemetry-exporter 1.0.0b26 depends on fixedint==0.1.6

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

Expected/desired behavior

with success message

OS and Version?

devcontainer with mcr.microsoft.com/devcontainers/python:3.11 on MacOS

azd version?

azd version 1.9.3

Versions

azure-search-openai-demo@0.0.2-beta

Mention any other details that might be useful

n/a