Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Building wheel of 0.8.2 does not work due to pyyaml #37

Open
Torxed opened this issue Sep 5, 2024 · 0 comments
Open

Building wheel of 0.8.2 does not work due to pyyaml #37

Torxed opened this issue Sep 5, 2024 · 0 comments

Comments

@Torxed
Copy link

Torxed commented Sep 5, 2024

One of the poetry dependencies are blocking wheel builds:

[[package]]
name = "pyyaml"
version = "6.0"

Specifically issue pyyaml#736:

pip wheel --no-cache-dir --use-pep517 "pyyaml (==6.0)"
        File "/tmp/pip-build-env-oc9tqhzq/overlay/lib/python3.12/site-packages/setuptools/_distutils/cmd.py", line 107, in __getattr__
          raise AttributeError(attr)
      AttributeError: cython_sources
      [end of output]

However building with 6.0.1 as defined in master it works great:

[[package]]
name = "pyyaml"
version = "6.0.1"

So my question is, could we get a new release (tag) of pylint-plugin-utils to ease packaging of this project?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant