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

Remove dependency on distutils when creating wheels #3177

Closed
oleksiyskononenko opened this issue Oct 5, 2021 · 0 comments · Fixed by #3321
Closed

Remove dependency on distutils when creating wheels #3177

oleksiyskononenko opened this issue Oct 5, 2021 · 0 comments · Fixed by #3321
Labels
ITA Infrastructure, tools and automation; and all installation-related problems
Milestone

Comments

@oleksiyskononenko
Copy link
Contributor

The distutils module has been deprecated. Also, it has some problems on the new macOS Big Sur, see #3175. Therefore we should remove dependency on this module when creating wheels.

@oleksiyskononenko oleksiyskononenko added the ITA Infrastructure, tools and automation; and all installation-related problems label Oct 5, 2021
oleksiyskononenko added a commit that referenced this issue Jul 29, 2022
…ils` (#3321)

Currently our Jenkins is using macOS Big Sur, and in order to make OS coverage as large as possible we switch AppVeyor to use macOS Monterey. Also, in this PR we replace the deprecated `distutils` module with `sysconfig` in order to get the proper platform tag.

Closes #3322 
Closes #3177
samukweku pushed a commit that referenced this issue Aug 4, 2022
…ils` (#3321)

Currently our Jenkins is using macOS Big Sur, and in order to make OS coverage as large as possible we switch AppVeyor to use macOS Monterey. Also, in this PR we replace the deprecated `distutils` module with `sysconfig` in order to get the proper platform tag.

Closes #3322 
Closes #3177
samukweku pushed a commit that referenced this issue Aug 10, 2022
…ils` (#3321)

Currently our Jenkins is using macOS Big Sur, and in order to make OS coverage as large as possible we switch AppVeyor to use macOS Monterey. Also, in this PR we replace the deprecated `distutils` module with `sysconfig` in order to get the proper platform tag.

Closes #3322 
Closes #3177
@st-pasha st-pasha added this to the Release 1.1.0 milestone Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ITA Infrastructure, tools and automation; and all installation-related problems
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants