Skip to content

Cannot be installed using Poetry. #202

Closed
@AndreGuerra123

Description

@AndreGuerra123

Failed to install using Poetry 0.12
[RecursionError]
maximum recursion depth exceeded
Regards,

Activity

CleanCut

CleanCut commented on Mar 16, 2019

@CleanCut
Owner

@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:

  • Operating System
  • Output of green --version
  • The commands you are using with Poetry
  • Anything else we would need to know to run stuff and see the error

If we can reproduce the problem, there's a good chance we can fix it!

GjjvdBurg

GjjvdBurg commented on Mar 20, 2019

@GjjvdBurg

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!

added a commit that references this issue on Mar 21, 2019

#202 mentions python-poetry/poetry#795 which points out we have color…

CleanCut

CleanCut commented on Mar 22, 2019

@CleanCut
Owner

This fix was included in 2.14.1, which was just released. 👍

GjjvdBurg

GjjvdBurg commented on Mar 22, 2019

@GjjvdBurg

Thanks a lot @CleanCut!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Cannot be installed using Poetry. · Issue #202 · CleanCut/green