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

[bug]: Old broken scripts not removed when updating/installing #6518

Closed
1 task done
psychedelicious opened this issue Jun 16, 2024 · 0 comments · Fixed by #6783
Closed
1 task done

[bug]: Old broken scripts not removed when updating/installing #6518

psychedelicious opened this issue Jun 16, 2024 · 0 comments · Fixed by #6783
Assignees
Labels
bug Something isn't working

Comments

@psychedelicious
Copy link
Collaborator

Is there an existing issue for this problem?

  • I have searched the existing issues

Operating system

Linux

GPU vendor

Nvidia (CUDA)

GPU model

No response

GPU VRAM

No response

Version number

main

Browser

ff

Python dependencies

No response

What happened

When installing/updating, old broken scripts are still installed. These scripts can mess up a database and possible cause data loss, they should not be accessible by the user.

I think it's because they are still in pyproject.toml:
https://github.com/invoke-ai/InvokeAI/blob/main/pyproject.toml#L127-L130

Hopefully removing them from pyproject.toml will result in them being deleted when the installer is run. Needs testing.

What you expected to happen

The old scripts are not removed.

How to reproduce the problem

No response

Additional context

No response

Discord username

No response

@psychedelicious psychedelicious added the bug Something isn't working label Jun 16, 2024
@psychedelicious psychedelicious self-assigned this Jul 19, 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.

1 participant