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

Consider integrating uv with standalone python builds #26016

Open
jdstrand opened this issue Feb 13, 2025 · 0 comments
Open

Consider integrating uv with standalone python builds #26016

jdstrand opened this issue Feb 13, 2025 · 0 comments
Assignees
Labels

Comments

@jdstrand
Copy link
Contributor

jdstrand commented Feb 13, 2025

#25969 mentioned that uv is not available in the python-build-standalone releases (only pip is available). influxdb/main has code for working with uv which is (presumably) broken with python-build-standalone. uv can be installed via pip. As such, either:

  1. the code for uv is removed and influxdb itself only uses pip (easiest; users can choose to pip install uv in the venv if desired)
  2. somehow bootstrap uv as part of setting up the default venv and have influxdb use it instead (not sure of the benefit of this...)
  3. somehow adjust our python standalone build to also ship uv

I suggest '1' for now (especially since we already support influxdb3 install package; I suspect most users won't need to know or care if we are using pip or uv) and see what users want, then exploring 2 or 3.

Tentatively assigning @jacksonrnewhouse, please adjust as needed.

@jdstrand jdstrand added the v3 label Feb 13, 2025
@jdstrand jdstrand changed the title consider integrating uv with standalone python builds Consider integrating uv with standalone python builds Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants