-
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 1.4.0 can't install dependencies: Connection pool is full #7584
Comments
that's just a benign warning. You haven't said what your problem is, but I don't think it's this. |
duplicate #7572, please close |
I don't think this is related to #7572, it's the issue reported in this SO post. The solution suggested there, which works for me, is to set the Poetry config setting |
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. |
With the upgrade to Poetry 1.4.0 I am now getting the following error when running
poetry install
in CircleCI.I have changed the build script to install Poetry 1.3.2, and the error went away.
I have checked that going back to 1.4.0 brings back the error also.
It seems that whatever changed between 1.3.2 and 1.4.0 is now causing this error for us in CircleCI.
The text was updated successfully, but these errors were encountered: