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 (
-vvvoption). -
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:
- Created 5 years ago
- Comments:7
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Any updates on this?
That’s great, thanks for the quick fix!
On Fri, 22 Mar 2019 02:03 Nathan Stocks, notifications@github.com wrote: