firefly-cpp / sport-activities-features

A minimalistic toolbox for extracting features from sports activity files written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid configuration

firefly-cpp opened this issue · comments

COMMAND: poetry build

RuntimeError

The Poetry configuration is invalid:
- Additional properties are not allowed ('group' was unexpected)

at /usr/lib/python3.11/site-packages/poetry/core/factory.py:43 in create_poetry
39│ message = ""
40│ for error in check_result["errors"]:
41│ message += " - {}\n".format(error)
42│
→ 43│ raise RuntimeError("The Poetry configuration is invalid:\n" + message)
44│
45│ # Load package
46│ name = local_config["name"]
47│ version = local_config["version"]

@firefly-cpp what is your local poetry version? Probably need to update it

It is indeed working using the recent version from pip.