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

add macOS compatible tags support #465

Closed
baszalmstra opened this issue Nov 16, 2023 · 0 comments · Fixed by #478
Closed

add macOS compatible tags support #465

baszalmstra opened this issue Nov 16, 2023 · 0 comments · Fixed by #478

Comments

@baszalmstra
Copy link
Contributor

macOS is currently not supported when installing pypi dependencies. We didnt implement determining the compatible tags for macOS yet. We should do that.

A good description of what compatibility tags are can be found here: https://packaging.python.org/en/latest/specifications/platform-compatibility-tags/.

However, there is no mention of macOS in that document so the only source of getting this information is looking at the packaging source code here: https://github.com/pypa/packaging/blob/992b3991b4797cf85802d8b44521273061e51840/src/packaging/tags.py#L401

You can view the tags for your current python installation by executing:

from packaging.tags import sys_tags
print(list(sys_tags()))
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

Successfully merging a pull request may close this issue.

1 participant