-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Can it replace conda? #9433
Comments
There have been previous issues discussing conda, but given the current support for it, I don't see it as a priority in the near future. It seems that uv doesn't support conda packages yet, so it might be too early to completely replace it. |
Thank you for your reply. Judging from the description of uv, it appears that some C++ shared object (.so) library dependencies cannot be properly handled in uv. This is a significant strength of conda. Literally, some Python libraries such as torch, librosa, and sox-python, etc., require their own.sos. Some even need a more appropriate libstdc++ ABI. In this regard, what is the current support status of uv? If this can be supported, wouldn't conda can move into trash? |
Shared libraries in packages are supported through the manylinux standard, which is widely used by machine learning libraries. |
It would be awesome if uv could install a On Windows, and likely other platforms, Anaconda bundles hundreds of these In the meantime, it looks like I’m not sure what the exact sequence of commands should look like. |
Let's discuss this in #1703 instead |
The slowest thing is not pip, it's conda.
The text was updated successfully, but these errors were encountered: