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

pypi-dependencies wheel only installation #1294

Open
ruben-arts opened this issue Apr 29, 2024 · 2 comments
Open

pypi-dependencies wheel only installation #1294

ruben-arts opened this issue Apr 29, 2024 · 2 comments
Labels
🐍 pypi Issue related to PyPI dependencies ✨ enhancement Feature request

Comments

@ruben-arts
Copy link
Contributor

ruben-arts commented Apr 29, 2024

Problem description

It would be nice to be able to define a wheel-only = true option to the [pypi-option] so we don't required the ability to build in a specific environment to solve the dependencies.

uv has this option with the --only-binary, the naming should be easy for the users.

@thomas-maschler
Copy link

Users should be able to specify this for each dependency separately. They might want to use the binaries from one but not the other.

In UV you can specify this for each package
https://docs.astral.sh/uv/reference/settings/#no-binary-package

In Pip you can supply it multiple times
https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-no-binary

In Poetry you can also do that via the config file
https://python-poetry.org/blog/announcing-poetry-1.2.0/#opting-out-of-binary-distributions

@ruben-arts ruben-arts added the 🐍 pypi Issue related to PyPI dependencies label Oct 18, 2024
@ruben-arts
Copy link
Contributor Author

Thanks for the info @thomas-maschler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐍 pypi Issue related to PyPI dependencies ✨ enhancement Feature request
Projects
None yet
Development

No branches or pull requests

2 participants