Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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" + messa
- ge)
- 44│
- 45│ # Load package
- 46│ name = local_config["name"]
- 47│ version = local_config["version"]
Advertisement
Add Comment
Please, Sign In to add comment