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

uv venv run by kraken-wrapper as installer may pick the wrong Python version #283

Open
NiklasRosenstein opened this issue Aug 23, 2024 · 0 comments
Assignees
Labels
type: bug Something isn't working

Comments

@NiklasRosenstein
Copy link
Contributor

2024-08-23 17:59:04.339 | INFO     | kraken.wrapper._buildenv_venv:build:199 - Using Python interpreter constraint: >=3.10,<3.11
2024-08-23 17:59:04.408 | INFO     | kraken.wrapper._buildenv_venv:build:201 - Using Python interpreter at /usr/bin/python3.10
2024-08-23 17:59:04.408 | INFO     | kraken.wrapper._buildenv_venv:build:209 - Creating virtual environment at build/.kraken/venv
Using Python 3.11.9 interpreter at: /usr/bin/python3
Creating virtualenv at: build/.kraken/venv

Note how krakenw determines to use python3.10 but UV creates a virtualenv with 3.11.9 instead.

@NiklasRosenstein NiklasRosenstein added the type: bug Something isn't working label Aug 23, 2024
@NiklasRosenstein NiklasRosenstein self-assigned this Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant