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

Invoke build exits with error code 1 - known torchmetrics version mismatch #553

Open
1 task done
willcitizen opened this issue Jul 22, 2023 · 4 comments · May be fixed by #596 or #555
Open
1 task done

Invoke build exits with error code 1 - known torchmetrics version mismatch #553

willcitizen opened this issue Jul 22, 2023 · 4 comments · May be fixed by #596 or #555
Labels
bug Something isn't working

Comments

@willcitizen
Copy link

willcitizen commented Jul 22, 2023

I dont believe this is previously reported here

  • [x ] It is not in the FAQ, I checked.
  • It is not in the issues, I searched.

Describe the bug

Which UI

invoke

Hardware / Software

  • OS: [Windows 11 Pro]

Steps to Reproduce

  1. sudo docker compose --profile invoke up --build

Additional context

invoke-ai/InvokeAI#3658
invoke-ai/InvokeAI#3700

@willcitizen willcitizen added the bug Something isn't working label Jul 22, 2023
@AbdBarho
Copy link
Owner

should be solved after 3.0.0 upgrade
https://github.com/invoke-ai/InvokeAI/releases/tag/v3.0.0

hopefully I will come to it soon

@AbdBarho AbdBarho linked a pull request Jul 23, 2023 that will close this issue
@kroffske
Copy link

Hello, same issue.
is it fixed?
Should i just comment git reset --hard?

@kelvinRide
Copy link

Hello, same issue. is it fixed? Should i just comment git reset --hard?

check the pr related to this issue or look at this issue here:
#540

adding the below after line 35 worked for me but it's a temp fix:
RUN --mount=type=cache,target=/root/.cache/pip
pip uninstall -y torchmetrics &&
pip install torchmetrics==0.11.4

@AbdBarho
Copy link
Owner

#596

@AbdBarho AbdBarho linked a pull request Nov 13, 2023 that will close this issue
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
4 participants