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

Fix package install in envs using python lower than 3.12 on debian like OSs #8793

Merged
merged 2 commits into from
Dec 31, 2024

Conversation

matmair
Copy link
Member

@matmair matmair commented Dec 30, 2024

This fixes issues where uv installs the wrong version of a package. It might be wise to use the uv lockfile in the future to ensure this does not happen again, that requires more work though

@matmair matmair added bug Identifies a bug which needs to be addressed installer backport-to-0.17.x Backport these changes to the 0.17.x branch labels Dec 30, 2024
@matmair matmair added this to the 0.17.2 milestone Dec 30, 2024
@matmair matmair self-assigned this Dec 30, 2024
Copy link

netlify bot commented Dec 30, 2024

Deploy Preview for inventree-web-pui-preview canceled.

Name Link
🔨 Latest commit 1d85278
🔍 Latest deploy log https://app.netlify.com/sites/inventree-web-pui-preview/deploys/6772bbb901658c0008b06dd4

@matmair matmair changed the title Fix package install usinf python lower than 3.12 on debian like OSs Fix package install in envs using python lower than 3.12 on debian like OSs Dec 30, 2024
@SchrodingersGat
Copy link
Member

Is this in relation to any particular outstanding issues?

@matmair
Copy link
Member Author

matmair commented Dec 31, 2024

as listed in the commits #8789 #8742 #8495 #8494

@SchrodingersGat SchrodingersGat merged commit d7939ef into inventree:master Dec 31, 2024
26 checks passed
@SchrodingersGat SchrodingersGat deleted the fix-package-install-python branch December 31, 2024 12:13
@SchrodingersGat SchrodingersGat added the backport Apply this label to a PR to enable auto-backport action label Dec 31, 2024
github-actions bot pushed a commit that referenced this pull request Dec 31, 2024
…ke OSs (#8793)

* do not install with uv for now - fixes #8789
#8742 #8495 #8494

* Ensure errors are raised if install / update fails

(cherry picked from commit d7939ef)
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
0.17.x

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

SchrodingersGat pushed a commit that referenced this pull request Dec 31, 2024
…ke OSs (#8793) (#8813)

* do not install with uv for now - fixes #8789
#8742 #8495 #8494

* Ensure errors are raised if install / update fails

(cherry picked from commit d7939ef)

Co-authored-by: Matthias Mair <code@mjmair.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Apply this label to a PR to enable auto-backport action backport-to-0.17.x Backport these changes to the 0.17.x branch bug Identifies a bug which needs to be addressed installer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants