-
Notifications
You must be signed in to change notification settings - Fork 298
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
Creating Postgres container never succeeds in connection #303
Comments
I am also encountering this same issue: my co workers that are using Mac are having no issues running the same code. |
the final error message that I receive is the following: it does seem that the workarounds proposed in #108 are working as fixes |
Thanks for sharing, @JamesSommerville. This is indeed the same issue as #108. Development for Windows is both slow and unreliable as I don't have access to a Windows machine, and GitHub Actions does not yet support running linux containers on Windows runners (cf. #310). Let's continue the discussion in #108. |
Describe the bug
I'm trying to use a Postgres container, but when I try and create it via a context manager, it never actually succeeds. If I run from terminal with debug logs I see the following over and over:
In Docker, the container is running and here are the logs:
To Reproduce
Running on Windows with Docker desktop set to Linux containers:
Note: I've tried various different docker images as far back as 9.0.22. All have exactly the same issue.
Runtime environment
Windows: 11 Version 22H2 (22621.1105)
Python: 3.10.9
Docker:
Python packages:
pip freeze
The text was updated successfully, but these errors were encountered: