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

install: add --no-binary option #5600

Merged
merged 1 commit into from
May 14, 2022
Merged

Conversation

abn
Copy link
Member

@abn abn commented May 13, 2022

This changeset introduces a familiar option from pip for Poetry's install command. Users can now use --no-binary :all:|:none:|package to indicate they do not want to instal lthe binary distribution of packages.

Resolves: #1316
Resolves: #5599
Resolves: #365

@abn abn added the area/docs Documentation issues/improvements label May 13, 2022
@github-actions
Copy link

github-actions bot commented May 13, 2022

Deploy preview for website ready!

✅ Preview
https://website-ea5x575mk-python-poetry.vercel.app

Built with commit f8535fc.
This pull request is being automatically deployed with vercel-action

@abn abn added area/cli Related to the command line area/installer Related to the dependency installer labels May 13, 2022
@abn abn merged commit feb11b1 into python-poetry:master May 14, 2022
@abn abn deleted the install-no-binary branch May 14, 2022 08:29
abn added a commit to abn/poetry that referenced this pull request May 14, 2022
This change replaces the `--no-binary` option introduced in python-poetry#5600 as
the original implementation could cause inconsistent results when the
add, update or lock commands were used.

This implementation makes use of a new configuration
`installer.no-binary` to allow for user specification of sdist
preference for select packages.
abn added a commit to abn/poetry that referenced this pull request May 14, 2022
This change replaces the `--no-binary` option introduced in python-poetry#5600 as
the original implementation could cause inconsistent results when the
add, update or lock commands were used.

This implementation makes use of a new configuration
`installer.no-binary` to allow for user specification of sdist
preference for select packages.
neersighted pushed a commit that referenced this pull request May 14, 2022
This change replaces the `--no-binary` option introduced in #5600 as
the original implementation could cause inconsistent results when the
add, update or lock commands were used.

This implementation makes use of a new configuration
`installer.no-binary` to allow for user specification of sdist
preference for select packages.
@fredrikaverpil
Copy link
Contributor

fredrikaverpil commented May 15, 2022

@abn this is awesome for grpcio which doesn't supply ARM builds 🎉

@abn
Copy link
Member Author

abn commented May 15, 2022

@fredrikaverpil be sure to check #5609.

@fredrikaverpil
Copy link
Contributor

@fredrikaverpil be sure to check #5609.

@abn Ah, I see. Thanks!
Looks like a better implementation to me, as it becomes opt-in. For example a missing ARM build doesn't require building on Intel too by default. 👍

@tensionhead tensionhead mentioned this pull request Jul 29, 2022
3 tasks
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/cli Related to the command line area/docs Documentation issues/improvements area/installer Related to the dependency installer
Projects
None yet
3 participants