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

Ability to specify universal2 wheel packages in a marker #6356

Open
danrossi opened this issue Mar 7, 2025 · 0 comments
Open

Ability to specify universal2 wheel packages in a marker #6356

danrossi opened this issue Mar 7, 2025 · 0 comments

Comments

@danrossi
Copy link

danrossi commented Mar 7, 2025

I've been trying to get locally merged universal2 wheels working for packages that don't supply them I ran into many bugs getting them installed via pipenv. But have run into another issue where installing httptools installs the arm64 version when the universal2 wheel is required.

A marker to specify that would be nice if not documented.

I have to then download the specific wheel like the others and set it up for installation in Pipenv but found a bug where it won't choose the local wheel and has to be installed manually.

I tried

pipenv run pip install --implementation py httptools 

but failed

It currently looks like this in the Pipfile but should be specific for macos

httptools = "*"
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

1 participant