Skip to content

fix: restrict installation to Ubuntu 18.04 #665

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

Merged
merged 1 commit into from
May 7, 2021
Merged

fix: restrict installation to Ubuntu 18.04 #665

merged 1 commit into from
May 7, 2021

Conversation

kumaraditya303
Copy link
Contributor

With PEP 600 this PR restricts installation to Ubuntu 18.04 or higher.

@@ -92,7 +92,7 @@ def run(self) -> None:
if platform == "mac":
wheel = "macosx_10_13_x86_64.whl"
if platform == "linux":
wheel = "manylinux1_x86_64.whl"
wheel = "manylinux_2_27_x86_64.whl"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note for other reviewers. This means that at least glibc version 2.27 is required which is used in Ubuntu 18.04 (verified).

@mxschmitt mxschmitt added the v1.11 label May 7, 2021
@mxschmitt mxschmitt merged commit 53cf799 into microsoft:master May 7, 2021
mxschmitt added a commit that referenced this pull request May 12, 2021
This reverts commit 53cf799.

On apt based PIP installations only PIP 20.0.2 is shippd, so we can't
assume that they have a PIP which is >= 20.3 currently. Maybe in 1-2 years.
mxschmitt added a commit that referenced this pull request May 12, 2021
This reverts commit 53cf799.

On apt based PIP installations only PIP 20.0.2 is shippd, so we can't
assume that they have a PIP which is >= 20.3 currently. Maybe in 1-2 years.
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 this pull request may close these issues.

3 participants