-
Notifications
You must be signed in to change notification settings - Fork 13
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
Use UV for python env management #113
Conversation
This sounds pretty cool! I don't have much to contribute to this, but I did want to link this pretty good explainer I watched about UV a while ago: |
I just gave this code a try on my Windows Machine and it is lightning quick! I thought for a while I was network throttled downloading packages, but I guess For comparison the "old" |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Following #99, we found that a few Windows users had python setups that didn't allow the
make
commands to complete successfully. There are a few ways to fix this. The first method that I tried was to create a dev container but I didn't enjoy programming in the dev container. It took about 3 minutes to boot up anytime I started my IDE... yuck!Next I tried UV and I think it makes a lot of our build simpler. What do you all think?