-vvv
option).While testing out the extras export fix for https://github.com/sdispater/poetry/issues/1313, I tried setting up a new project (with the pyproject.toml
linked above) and ran into the following issue:
$ poetry --version
Poetry version 1.0.0b4
$ poetry add -v3 requests[security]
The currently activated Python version 2.7.13 is not supported by the project (^3.6).
Trying to find and use a compatible version.
Using python3 (3.6.5)
Using version ^2.22.0 for requests
Updating dependencies
Resolving dependencies... (13.7s)
Resolving dependencies... (13.8s)
[RuntimeError]
maximum recursion depth exceeded while calling a Python object
poetry add requests
(without the extras) works as expectedI know where the issue is coming from and it has been introduced in https://github.com/sdispater/poetry/pull/1555.
I'll try to make a fix as soon as possible.
Sorry for the regression!
I don鈥檛 know if this is related, but it is happening on two projects of mine:
poetry update
Updating dependencies
Resolving dependencies... (4.2s)
[TooManyRedirects]
Exceeded 30 redirects.
Ok, fixed cleaning the cache. Sorry for using your ticket for my issue.
Updated to 1.0.0b5 and confirmed the fix. Thanks!
Most helpful comment
I know where the issue is coming from and it has been introduced in https://github.com/sdispater/poetry/pull/1555.
I'll try to make a fix as soon as possible.
Sorry for the regression!