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

Meson setup postconf script expects an activated venv #1133

Open
rjdbcm opened this issue Sep 28, 2024 · 0 comments
Open

Meson setup postconf script expects an activated venv #1133

rjdbcm opened this issue Sep 28, 2024 · 0 comments
Labels
bug Something isn't working meson Meson build logic changes

Comments

@rjdbcm
Copy link
Member

rjdbcm commented Sep 28, 2024

Bug Description
Running meson setup fails because a postconf script expects an activated venv.

meson setup build --wipe
...
Running postconf script '~/.local/bin/uv pip install ozi-core~=1.2.0 setuptools_scm[toml] tomli>=2.0.0;python_version<"3.11"'
error: No virtual environment found

To Reproduce
Steps to reproduce the behavior:

  1. run meson setup build in an OZI-created project

Expected behavior
A meson setup call should run as expected outside of the tox entrypoint.

@rjdbcm rjdbcm added bug Something isn't working meson Meson build logic changes labels Sep 28, 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 meson Meson build logic changes
Projects
None yet
Development

No branches or pull requests

1 participant