-vvv option).macOS Catalina 10.15.61.0.10[tool.poetry]
name = "poetrytest"
version = "0.1.0"
description = ""
authors = ["Fabio Caccamo <[email protected]>"]
[tool.poetry.dependencies]
python = "^2.7"
[tool.poetry.dev-dependencies]
pytest = "^4.6"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
I just installed poetry, but when I try to install python-benedict I receive the following error:
[RuntimeError] maximum recursion depth exceeded installing python-benedict
Steps to reproduce the error:
poetry new poetrytest && cd poetrytest poetry add python-benedictHello @fabiocaccamo,
I'm not able to reproduce it, with the latest preview of poetry. Could you try it as well?
fin swimmer
Hello @finswimmer,
I confirm you that with latest preview of poetry this issue is fixed.
Thank you for the quick feedback.