Nicky-Lalrochhara

Untitled

Jun 28th, 2023
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | Fixit | 0 0
  1. The Poetry configuration is invalid:
  2. - Additional properties are not allowed ('group' was unexpected)
  3.  
  4.  
  5. at /usr/lib/python3/dist-packages/poetry/core/factory.py:43 in create_poetry
  6. 39│ message = ""
  7. 40│ for error in check_result["errors"]:
  8. 41│ message += " - {}\n".format(error)
  9. 42│
  10. → 43│ raise RuntimeError("The Poetry configuration is invalid:\n" + messa
  11. ge)
  12. 44│
  13. 45│ # Load package
  14. 46│ name = local_config["name"]
  15. 47│ version = local_config["version"]
Tags: poetry
Advertisement
Add Comment
Please, Sign In to add comment