You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for looking into this, I encountered this problem as well. The issue on the Poetry repo is here. The commands to reproduce:
$ poetry new myproject
$ cd myproject
$ poetry add green
You can use the command poetry -vvv add green to see more verbose output. The problem is the duplicate dependency on colorama, but whether this should to be fixed in Poetry or Green I can't tell. Thanks again!
Activity
CleanCut commentedon Mar 16, 2019
@AndreGuerra123 Sorry for the delay, I was on vacation! 🌴
Could you please provide some details about your setup so we can reproduce the problem? For example:
green --version
If we can reproduce the problem, there's a good chance we can fix it!
GjjvdBurg commentedon Mar 20, 2019
Thanks for looking into this, I encountered this problem as well. The issue on the Poetry repo is here. The commands to reproduce:
You can use the command
poetry -vvv add green
to see more verbose output. The problem is the duplicate dependency on colorama, but whether this should to be fixed in Poetry or Green I can't tell. Thanks again!#202 mentions python-poetry/poetry#795 which points out we have color…
CleanCut commentedon Mar 22, 2019
This fix was included in 2.14.1, which was just released. 👍
GjjvdBurg commentedon Mar 22, 2019
Thanks a lot @CleanCut!