Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev setup error on make start #3091

Open
littleBuddhaa opened this issue Oct 26, 2024 · 0 comments
Open

Dev setup error on make start #3091

littleBuddhaa opened this issue Oct 26, 2024 · 0 comments

Comments

@littleBuddhaa
Copy link

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant