-
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
poetry commands stuck #8951
Comments
Please follow the issue template |
probably duplicate #8623 etc |
This looks like an issue with ssh not trusting the host.
Basically the terminal is waiting for you to say "yes". This is an environment issue rather than a poetry issue. Try trusting the host explicitly prior to using poetry install, or add the fingerprint to the known_hosts file if you really trust the host. Since the provided pyproject cannot reproduce the issue, closing. |
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. |
When I enter
poetry install
orpoetry update
orpoetry lock
it gets stuck:pyproject.toml:
Versions:
The text was updated successfully, but these errors were encountered: