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: install uv through pip #347

Merged
merged 1 commit into from
May 23, 2024
Merged

FIX: install uv through pip #347

merged 1 commit into from
May 23, 2024

Conversation

redeboer
Copy link
Member

@redeboer redeboer commented May 23, 2024

Since uv v0.2.0, uv is stricter with python discovery. It is now cleaner to run python -m uv where python comes from the virtual environment you are using.

For this, it is required to install uv into the environment instead of having it installed system-wide. This can simply be done with python -m pip install 'uv>=0.2.0.

The new .readthedocs.yml has been tested on ComPWA/compwa.github.io#279.

@redeboer redeboer added the 🐛 Bug Something isn't working label May 23, 2024
@redeboer redeboer added this to the 0.3.9 milestone May 23, 2024
@redeboer redeboer self-assigned this May 23, 2024
@redeboer redeboer requested review from shenvitor and removed request for shenvitor May 23, 2024 08:39
@redeboer redeboer force-pushed the fix-uv-rtd branch 2 times, most recently from 0fe9a92 to dd7aa18 Compare May 23, 2024 08:55
@redeboer redeboer merged commit b91c433 into ComPWA:main May 23, 2024
18 checks passed
@redeboer redeboer deleted the fix-uv-rtd branch May 23, 2024 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant