question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Maximum recursion depth exceeded on green install

See original GitHub issue
  • I am on the latest Poetry version.

  • I have searched the issues of this repo and believe that this is not a duplicate.

  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).

  • OS version and name: macOS 10.14.2

  • Poetry version: 0.12.10

  • Link of a Gist with the contents of your pyproject.toml file: pyproject.toml

Issue

First of all, thank you @sdispater for working on this tool, it’s amazing 👍

I found out that Poetry 0.12.10 is unable to correctly resolve the version for green package. Below is a suspicious snippet from debug output of poetry install:

      1: fact: issue-795 is 0.1.0
      1: derived: issue-795
      1: fact: issue-795 depends on green (*)
      1: selecting issue-795 (0.1.0)
      1: derived: green (*)
-->   0: Duplicate dependencies for colorama
-->   0: Different requirements found for colorama (*) and colorama (>=0.2.5).

Could you take a look?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7

github_iconTop GitHub Comments

3reactions
AndreGuerra123commented, Feb 23, 2019

Any updates on this?

2reactions
GjjvdBurgcommented, Mar 22, 2019

That’s great, thanks for the quick fix!

On Fri, 22 Mar 2019 02:03 Nathan Stocks, notifications@github.com wrote:

I removed colorama from green’s extras_require and release Green 2.14.1. Everything seems to work now. Thanks for identifying the issue, @GjjvdBurg https://github.com/GjjvdBurg!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sdispater/poetry/issues/795#issuecomment-475467992, or mute the thread https://github.com/notifications/unsubscribe-auth/ADImqDKLkVSLlibpss8xjxBTcwrP1G0Pks5vZDnogaJpZM4Z9W18 .

Read more comments on GitHub >

github_iconTop Results From Across the Web

Maximum Recursion Depth Exceeded py2App - Stack Overflow
Finally i find that it seems the problem is resulted by modulegraph module. ... whl.after doing this, download the whl file of py2app...
Read more >
Python maximum recursion depth exceeded in comparison
The “maximum recursion depth exceeded in comparison” error is raised when you try to execute a function that exceeds Python's built in recursion ......
Read more >
Training Job Failed Because the Maximum Recursion Depth ...
An error occurs for a ModelArts training job.The training failed because the recursion depth exceeded the default recursion depth of Python.
Read more >
Python | Handling recursion limit - GeeksforGeeks
When you execute a recursive function in Python on a large input ( > 10^4), you might encounter a “maximum recursion depth exceeded...
Read more >
Monagent stopped collected data - Site24x7 Forum
Hello, I installed monagent on server with CentOS 7, no different from other CentOS ... RuntimeError('maximum recursion depth exceeded',)
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found