install.python-poetry.org icon indicating copy to clipboard operation
install.python-poetry.org copied to clipboard

"out of pty devices" on Centos 7

Open gatlanticus opened this issue 1 year ago • 0 comments

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.

gatlanticus avatar Apr 02 '24 22:04 gatlanticus