-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RecursionError when installing mkdocs-material #2376
Comments
The problem persists in 1.1.0a2 (and 1.0.9).
|
@ndevln When using 1.1.0a2 did you regenerate your lock file? |
I did not. I tried again with 1) regenerating the lock file, 2) deleting the lock file and creating it new. For my last test I used the minimal example from the gist above and created a new virtual environment. But still all 3 tests resulted in the same error. Sry |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
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: Windows 10 Pro 1909 18363.719
Poetry version: 1.0.5
Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/ndevln/f27b5b64251241d40e1b960ec96b8b68
Issue
Hi,
when running:
poetry install -E docs_material
I get the following error:There are quite a few similar issues (like #2329), but it seems that this problem is package specific?!?
Thank you for poetry and your effort :)
The text was updated successfully, but these errors were encountered: