Hmm, for some reason the Python tests on Github Actions is broken again. Here is an example: https://github.com/apache/thrift/actions/runs/10457038677/job/28956372619
On the step before I saw it said that it installed six module: ---- 8< ---- ... Successfully built thrift Installing collected packages: six, thrift Successfully installed six-1.16.0 thrift-0.21.0 ... ---- >8 ---- but on the next step, it fails for unable to find six module: ---- 8< ---- ... Traceback (most recent call last): File "/home/runner/work/thrift/thrift/lib/py/test/thrift_json.py", line 24, in <module> from thrift.protocol.TJSONProtocol import TJSONProtocol File "/home/runner/work/thrift/thrift/lib/py/build/lib.linux-x86_64-cpython-312/thrift/protocol/TJSONProtocol.py", line 20, in <module> from .TProtocol import (TType, TProtocolBase, TProtocolException, File "/home/runner/work/thrift/thrift/lib/py/build/lib.linux-x86_64-cpython-312/thrift/protocol/TProtocol.py", line 24, in <module> import six ModuleNotFoundError: No module named 'six' ... ---- >8 ---- Anyone familiar with Python knows what could be the issue? On Mon, Aug 19, 2024 at 3:51 AM Jens Geyer <jensge...@hotmail.com> wrote: > Hi all, > > I'd like to create a release branch for 0.21.0 in the next days. > > Is there anything we should solve before I do that? > > Thanks & have fun, > > JensG > > >