You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aiohttp==3.9.0b0 comes with 3.12 support, but CI fails, seemingly due to this Poetry issue:
ChefBuildError
Backend 'setuptools.build_meta:__legacy__' is not available.
at ~/.local/venv/lib/python3.10/site-packages/poetry/installation/chef.py:147 in _prepare
143│
144│ error = ChefBuildError("\n\n".join(message_parts))
145│
146│ if error is not None:
→ 147│ raise error from None
148│
149│ return path
150│
151│ def _prepare_sdist(self, archive: Path, destination: Path | None = None) -> Path:
Note: This error originates from the build backend, and is likely not a problem with poetry but with numpy (1.25.2) not supporting PEP 517 builds. You can verify this by running 'pip wheel --use-pep517 "numpy (==1.25.2)"'.
Python 3.12 support will be most likely possible with the next
aiohttp
release. CI currently fails due to this issue:The text was updated successfully, but these errors were encountered: