Skip to content
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

Replace pip with uv #35

Open
fluentmoheshwar opened this issue Apr 4, 2024 · 3 comments
Open

Replace pip with uv #35

fluentmoheshwar opened this issue Apr 4, 2024 · 3 comments

Comments

@fluentmoheshwar
Copy link
Contributor

uv is an extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows.

Source: https://github.com/astral-sh/uv

@Sayad-Uddin-Tahsin
Copy link
Contributor

uv is an extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows.

Source: https://github.com/astral-sh/uv

Do uv has such rich library database like pip?

@Sayad-Uddin-Tahsin
Copy link
Contributor

I don't know if we should move, seems it also depends on pip somehow. While pip is doing its job perfectly, why changing and reformatting the whole code (in case it changes some path thingy)?

@fluentmoheshwar
Copy link
Contributor Author

uv is an extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows.
Source: https://github.com/astral-sh/uv

Do uv has such rich library database like pip?

both uv and pip uses pypi and we can continue using pip alongside uv if something doesn't like uv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants