We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I installed poetry on Centos 7 using the linux installer and python 3.11.
After installation, poetry --version returned "Poetry (version 1.8.2)". poetry install ran successfully on my project.
poetry --version
poetry install
However, subsequent usage of poetry shell return an error: "out of pty devices"
poetry shell
Since sysctl kernel.pty.nr showed only one active pty session, poetry should not have run out of pty devices.
sysctl kernel.pty.nr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
I installed poetry on Centos 7 using the linux installer and python 3.11.
Behaviour
After installation,
poetry --version
returned "Poetry (version 1.8.2)".poetry install
ran successfully on my project.However, subsequent usage of
poetry shell
return an error: "out of pty devices"Expected behaviour
Since
sysctl kernel.pty.nr
showed only one active pty session, poetry should not have run out of pty devices.The text was updated successfully, but these errors were encountered: