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'm trying to set this up in my local and everything works fine till make install,
getting this error below when I run make start. I do have g++ installed in /usr/bin
Can I get some help please
9.917 ChefBuildError
9.917
9.917 Backend subprocess exited when trying to invoke build_wheel
9.917
9.917 running bdist_wheel
9.917 running build
9.917 running build_clib
9.917 building 'libmarisa-trie' library
9.917 creating build/temp.linux-aarch64-cpython-39/marisa-trie/lib/marisa
9.917 creating build/temp.linux-aarch64-cpython-39/marisa-trie/lib/marisa/grimoire/io
9.917 creating build/temp.linux-aarch64-cpython-39/marisa-trie/lib/marisa/grimoire/trie
9.917 creating build/temp.linux-aarch64-cpython-39/marisa-trie/lib/marisa/grimoire/vector
9.917 g++ -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Imarisa-trie/lib -Imarisa-trie/include -c marisa-trie/lib/marisa/agent.cc -o build/temp.linux-aarch64-cpython-39/marisa-trie/lib/marisa/agent.o
9.917 error: command 'g++' failed: No such file or directory
9.917
9.917
9.917 at /usr/local/lib/python3.9/site-packages/poetry/installation/chef.py:164 in _prepare
9.924 160│
9.924 161│ error = ChefBuildError("\n\n".join(message_parts))
9.924 162│
9.924 163│ if error is not None:
9.924 → 164│ raise error from None
9.924 165│
9.924 166│ return path
9.924 167│
9.924 168│ def _prepare_sdist(self, archive: Path, destination: Path | None = None) -> Path:
9.924
9.924 Note: This error originates from the build backend, and is likely not a problem with poetry but with marisa-trie (1.1.0) not supporting PEP 517 builds. You can verify this by running 'pip wheel --no-cache-dir --use-pep517 "marisa-trie (==1.1.0)"'.
9.924
------
failed to solve: process "/bin/sh -c poetry install --no-cache" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered:
Hi team,
I'm trying to set this up in my local and everything works fine till
make install
,getting this error below when I run
make start
. I do have g++ installed in/usr/bin
Can I get some help please
The text was updated successfully, but these errors were encountered: