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

Ability to use python-dbg as a python specifier #10893

Open
adrinjalali opened this issue Jan 23, 2025 · 0 comments
Open

Ability to use python-dbg as a python specifier #10893

adrinjalali opened this issue Jan 23, 2025 · 0 comments
Labels
enhancement New feature or improvement to existing functionality

Comments

@adrinjalali
Copy link

Summary

In the context of working on numpy, I ended up with a CI using python3-dbg failing. In order to reproduce that locally, I would have liked to have a uv venv -p python312-dbg or similar to have an environment with that python.

Instead, I had to compile python-dbg on my machine, and use that binary as a python specifier.

To be clear, this is what I had to install: https://aur.archlinux.org/packages/python-dbg

Example CI run I'm trying to reproduce: https://github.com/numpy/numpy/actions/runs/12927283485/job/36052517088?pr=26018

Example

uv venv -p 312-dbg /path/to/venv
@adrinjalali adrinjalali added the enhancement New feature or improvement to existing functionality label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant