Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Can't poetry install due to invalid poetry configuration #488

Open
castrojo opened this issue Sep 23, 2023 · 2 comments
Open

Can't poetry install due to invalid poetry configuration #488

castrojo opened this issue Sep 23, 2023 · 2 comments

Comments

@castrojo
Copy link
Member

Not sure how to proceed:

jorge@ubuntu:~/src/ublue-os/website$ poetry install

  RuntimeError

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

  at /usr/lib/python3/dist-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"]
@bsherman
Copy link
Contributor

Just an invalidated guess, but did a poetry config get added which is too new for your installed poetry?

@akdev1l
Copy link
Contributor

akdev1l commented Sep 24, 2023

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants