Skip to content
Advertisement

Testing-containers and clickhouse-driver error:Unexpected EOF while reading bytes

I have these libraries installed:

JavaScript

This code:

JavaScript

I am trying to get a generic container with clickhouse DB running.

But it gives me: EOFError: Unexpected EOF while reading bytes.

I am using Python 3.5.2. How to fix this?

Advertisement

Answer

It takes some time to run a container. Add a time delay before executing operations.

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement