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

bug: Support PEP-517 in 6.x #1701

Open
mbeacom opened this issue Feb 21, 2024 · 0 comments
Open

bug: Support PEP-517 in 6.x #1701

mbeacom opened this issue Feb 21, 2024 · 0 comments

Comments

@mbeacom
Copy link

mbeacom commented Feb 21, 2024

Support PEP-517 in 6.x

The 6.x release series presently doesn't support PEP-517 build systems (so things like poetry totally fail to install if poetry add elasticsearch-curator@^6 for example.

Expected Behavior

Running pip wheel --no-cache-dir --use-pep517 "elasticsearch-curator (==6.0.0)" should succeed.

Actual Behavior

Fails due to pyyaml==6.0.0 as opposed to pyyaml==6.0.1.

Steps to Reproduce the Problem

  1. pip wheel --no-cache-dir --use-pep517 "elasticsearch-curator (==6.0.0)"
  2. poetry add elasticsearch-curator@^6

Specifications

  • Version: 6.0.0
  • Platform: Linux/MacOS/Windows/Anything
  • Subsystem: N/A

Context (Environment)

We are presently instrumenting a lambda function to handle curation for a 6.x ES cluster. This isn't possible using contemporary build tools as a result of the explicit pinning to 6.0.0 over the 6.0.1 patch release addressing PEP-517.

Detailed Description

See above. I can provide further details if required, but I am raising a PR for this against 6.x.

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