Closed
Description
Hi @renatahodovan!
I'm facing the following error when trying to run poetry build
in the root dir of grammarinator
:
==> Starting build()...
PyProjectException
[tool.poetry] section not found in /home/noptrix/blackarch/repos/blackarch/packages/grammarinator/src/grammarinator/pyproject.toml
at /usr/lib/python3.10/site-packages/poetry/core/pyproject/toml.py:56 in poetry_config
52│ def poetry_config(self): # type: () -> Optional[TOMLDocument]
53│ if self._poetry_config is None:
54│ self._poetry_config = self.data.get("tool", {}).get("poetry")
55│ if self._poetry_config is None:
→ 56│ raise PyProjectException(
57│ "[tool.poetry] section not found in {}".format(self._file)
58│ )
59│ return self._poetry_config
60│
==> ERROR: A failure occurred in build().
Aborting...
Any ideas here? Here is the PKGBUILD to build grammarinator
under ArchLinux.
Metadata
Metadata
Assignees
Labels
No labels