I am trying to install Docker as a interpreter in Pycharm in order to create image from Dockerfile, but there is such an error.
java.lang.RuntimeException: com.fasterxml.jackson.databind.JsonMappingException: Numeric value (4294967295) out of range of int (-2147483648 - 2147483647) at [Source: UNKNOWN; byte offset: #UNKNOWN] (through reference chain: com.github.dockerjava.api.model.WaitResponse["StatusCode"]) caused by: com.fasterxml.jackson.databind.JsonMappingException: Numeric value (4294967295) out of range of int (-2147483648 - 2147483647) at [Source: UNKNOWN; byte offset: #UNKNOWN] (through reference chain: com.github.dockerjava.api.model.WaitResponse["StatusCode"])
It's a java error, how can it bounded with python and how can I fix it?