Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebApp fails to start due to tenacity version upgrading to 8.4.0 - 8.4.1 ( previously working version was tenacity 8.3.0 ) #763

Closed
1 of 2 tasks
kellyj4 opened this issue Jun 18, 2024 · 0 comments · Fixed by #857
Assignees
Labels
bug Something isn't working
Milestone

Comments

@kellyj4
Copy link

kellyj4 commented Jun 18, 2024

Bug Details

A deploy of the accelerator fails due to the backend app not having a requirements.txt file entry fixing the version of tenacity
i.e.
tenacity == 8.3.0

in file:
app/backend/requirements.txt

the error is as below
webapp-error-logs

  1. Deploy the app from a codespace and wait for the final restart of the WebApp.

What is the expected behavior?
WebApp to start.

A current workaround is to add to the requirements.txt located at app/backend/requirements.txt an entry:
tenacity == 8.3.0

Screenshots
If applicable, add screenshots to help explain your problem.
webapp-error-logs

Information Assistant details

Please provide the following details. You can simply include a screenshot of your Info panel as well.

GitHub branch: main

Version or Latest commit: [obtained by running git log -n 1 <branchname>
commit e60ed3e

What region is your Azure Open AI Service in?
australiaeast

What ChatGPT model are you using?
gpt-4

model name: (i.e. gpt-3.5-turbo, gpt-4)
gpt-4
model version: (i.e. 0613)
1106

Additional context
Found a breadcrumb at the Lang link below.
Lang Chain issue

If the bug is confirmed, would you be willing to submit a PR?

  • Yes
  • No
@dayland dayland added the bug Something isn't working label Jun 18, 2024
@dayland dayland added this to the 1.1.2 milestone Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants