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
Note: This error originates from the build backend, and is likely not a problem with poetry but with pydantic-core (2.18.2) not supporting PEP 517 builds. You can verify this by running 'pip wheel --no-cache-dir --use-pep517 "pydantic-core (==2.18.2)"'.
ChefBuildError
Backend subprocess exited when trying to invoke build_wheel
Running `maturin pep517 build-wheel -i /tmp/tmptnibnceh/.venv/bin/python --compatibility off`
💥 maturin failed
Caused by: Cargo metadata failed. Do you have cargo in your PATH?
Caused by: No such file or directory (os error 2)
Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmptnibnceh/.venv/bin/python', '--compatibility', 'off'] returned non-zero exit status 1
at /usr/local/lib/python3.13/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 rpds-py (0.18.0) not supporting PEP 517 builds.
You can verify this by running
'pip wheel --no-cache-dir --use-pep517 "rpds-py (==0.18.0)"'.
error building image: error building stage: failed to execute command: waiting for process to exit: exit status 1
The text was updated successfully, but these errors were encountered:
Originally justed wanted to run
poetry install
Using python 3.13.0b1
The text was updated successfully, but these errors were encountered: