Víctor
Víctor
Now I'm getting this: ``` make: *** No rule to make target '/home/victor/.phpbrew/build/php-7.1.11/ext/gd/gd.c', needed by 'ext/gd/gd.lo'. Stop.
@alexanderankin I have tried your reproducer and I get the same error: ``` python script.py using host tcp\://127.0.0.1\:49693 Traceback (most recent call last): File "/Users/ves/Projects/issue-802/script.py", line 3, in with PostgresContainer("postgres:16-alpine")...
I have downgraded to Docker engine 27.5.1 and still the same. Let me know if you need more details about my setup
I have installed exactly that and it's not working... don't know why
Sadly not, still getting the same error. ``` python script.py using host tcp\://127.0.0.1\:49693 Traceback (most recent call last): File "/Users/ves/Projects/issue-802/script.py", line 3, in with PostgresContainer("postgres:16-alpine") as postgres: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/ves/Projects/issue-802/.venv/lib/python3.12/site-packages/testcontainers/postgres/__init__.py",...
This is the content of the file: ``` #Modified by Testcontainers #Mon Jan 15 11:51:07 CET 2024 docker.client.strategy=org.testcontainers.dockerclient.UnixSocketClientProviderStrategy tc.host=tcp\://127.0.0.1\:49693 testcontainers.reuse.enable=true docker.host=tcp\://127.0.0.1\:49693 ``` It seems the parsing error is coming from...
After removing those lines it worked! Thank you so much both for your help!! @kiview @alexanderankin I was using Testcontainers Desktop in the past but no anymore. Maybe adding this...
@dhanendra-kumar @sanjaykare were you able to find a solution for your problem?