-
-
Notifications
You must be signed in to change notification settings - Fork 71
uv integration #272
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
base: master
Are you sure you want to change the base?
uv integration #272
Conversation
No idea why the CI tests fail for MacOS.... In general, I cannot test the code under MacOS, which somebody should do and eventualy adapt the docu. |
comment about performance and missing progress logging
use "--managed-python"
I can try on macos later this week. |
Ah, I've seen this before. This error might have nothing to do with |
I have some concerns with
|
This is the way uv works. uv requires a file on disk with the dependencies. Without a generated pyproject.toml we cannot have python deps in python.edn. |
without pyproject.toml generation the "only" functionality of the setup-fn would be to run "sync uv". |
so yes, the added value for me is to not need to worry about creation of a pyproject.toml by hand. and that it can as well "sync" the python version used |
see #libpython-clj-dev > declarative python environments with uv