Poetry: Installing `scrapy`: maximum recursion depth exceeded while calling a Python object

Created on 5 Aug 2020  路  2Comments  路  Source: python-poetry/poetry

  • [x] I am on the latest Poetry version.
  • [x] I have searched the issues of this repo and believe that this is not a duplicate.
  • [x] If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).

Issue

I'm trying to install scrapy, but getting:

[RecursionError]
maximum recursion depth exceeded while calling a Python object

With -vvv I see:

0: Duplicate dependencies for lxml
0: Different requirements found for lxml (>=3.5.0) and lxml (>=4.0.0).

It seems it happens because of latest setup.py

Bug

Most helpful comment

Hi @finswimmer

Thanks for the quick response. I can confirm that it works fine with Poetry version 1.1.0b2

All 2 comments

Hello @dmiwell,

could you try it with the latest preview release of poetry? With this I'm not able to reproduce your problem.

fin swimmer

Hi @finswimmer

Thanks for the quick response. I can confirm that it works fine with Poetry version 1.1.0b2

Was this page helpful?
0 / 5 - 0 ratings