-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
feat: use uv to manage dependencies #1060
base: main
Are you sure you want to change the base?
Conversation
@clsty For this part Lines 136 to 143 in 41520ae
As you can see. All packages in the mentioned PKGBUILD will be installed by |
Because that some issues are related to
I'm not sure whether this method will work. But we'd better avoid
We need a |
Yeah I think that I will give it a try. |
closes #1017
As mentioned in #1017 many users have reported that they had a problem with the installer and basically creating a virtual environment will fix everything. We will use
uv
since it's the new way for how stuff works in python.what we will do
uv
along with the other tools. And also creating the virtual environment itself. It should be in$XDG_STATE_DIR
.requirements.in
file that contains dependencies.