-
Notifications
You must be signed in to change notification settings - Fork 47
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
Astral uv as a package installer and resolver #1268
Comments
It works on MacOS too. I have updated EW Observer Manual with the local installation instructions for Mac and Windows. |
It works in the Colab EXOTIC notebook too. I modified Jeff’s latest notebook to work with |
Does this require installation of the Rust package locally? |
For example, in Google Colab, we can use the existing Python installation and build upon that:
|
Astral
uv
(https://github.com/astral-sh/uv) is a new Rust-based package installer and resolver. It's intended as a replacement forpip
and/orconda install
. In my testing, I was able to locally install EXOTIC and all its dependencies usinguv
instead ofpip
on a Windows machine, it's faster and easier thanpip install
. I will continue to conduct more tests, including macOS.The text was updated successfully, but these errors were encountered: