-
Notifications
You must be signed in to change notification settings - Fork 274
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
Add uv to depedencies? #1357
Comments
Hi, and thanks for opening an issue. This is because of the recent merge of #1329 which uses uv. On ubuntu, follow the instructions in there to install: https://docs.astral.sh/uv/getting-started/installation/#standalone-installer |
We should definitely find a way to document this, as it's basically now a required step to develop, using the makefile. |
But what is the recommended way to install it:
|
It's better to install it system wide, as it's something that will manage your virtualenvs and python environmnent. You can see it as a replacement for pip :-) |
Fixed by #1358 |
Hi,
Running
make serve
on my ubuntu laptop to test last changes leads to:Should we add
uv
in the dependencies? What is the recommended way to install it?Thanks.
The text was updated successfully, but these errors were encountered: