Emanuele Santoro

Results 15 comments of Emanuele Santoro

@eneiluj you can probably close this.

> Seems I have the same or a similar issue: > @rodrigoesborges have you tried re-tracing my steps? I have a feeling that you may have the same problem I...

@doc75 wrote: > As you can see the sequence is not aligned with the max of the id. This reminds that I maybe I did a postgresql upgrade via dump&restore,...

Encountered this issue. Root cause seems for me was the one described in https://github.com/kubernetes-client/python/issues/2394 . My fix was to install pyenv from https://github.com/pyenv/pyenv , then install python 3.12 and then...

Had the same issue. For me, the "fix" was to use pyenv from https://github.com/pyenv/pyenv to download python 3.12 and try again. Everything worked after that. EDIT: yes I was running...