pylint-plugin-utils icon indicating copy to clipboard operation
pylint-plugin-utils copied to clipboard

Building wheel of 0.8.2 does not work due to pyyaml

Open Torxed opened this issue 1 year ago • 0 comments

One of the poetry dependencies are blocking wheel builds:

https://github.com/pylint-dev/pylint-plugin-utils/blob/43508f268ef49bfa35a729f73e232342fd1eccb2/poetry.lock#L664-L666

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: https://github.com/pylint-dev/pylint-plugin-utils/blob/0f7de8b21c75219dfb73fba34dd4d8f008026fd3/poetry.lock#L645-L647

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

Torxed avatar Sep 05 '24 09:09 Torxed