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
I tried to install the latest version v2.0.5 with poetry (I think this is irrelevant) and I'm getting an error about aiohttp version
- Installing aiohttp (3.8.6): Failed
ChefBuildError
Backend subprocess exited when trying to invoke build_wheel
...
error: command '/usr/bin/clang' failed with exit code 1
at ~/.local/pipx/venvs/poetry/lib/python3.12/site-packages/poetry/installation/chef.py:164 in _prepare
160│
161│ error = ChefBuildError("\n\n".join(message_parts))
162│
163│ if error is not None:
→ 164│ raise error from None
165│
166│ return path
167│
168│ 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 aiohttp (3.8.6) not supporting PEP 517 builds. You can verify this by running 'pip wheel --no-cache-dir --use-pep517 "aiohttp (==3.8.6)"'.
Python version: 3.12
The text was updated successfully, but these errors were encountered:
I have as well encountered problems installing PyFCM with Python 3.12. I believe the problem lies in the requested version for aiohttp library — as it stated in the issue from its repository, only 3.9.0 and above support Python 3.12
I tried to install the latest version
v2.0.5
with poetry (I think this is irrelevant) and I'm getting an error about aiohttp versionThe text was updated successfully, but these errors were encountered: