Le 17/07/2020 à 10:32, Sutou Kouhei a écrit : > > * Python 3.8 wheel's tests are failed. 3.5, 3.6 and 3.7 > are passed. It seems that -larrow and -larrow_python for > Cython are failed. > > > /tmp/arrow-1.0.0.NlcPX/test-miniconda/envs/_verify_wheel-3.8/compiler_compat/ld: > cannot find -larrow > > /tmp/arrow-1.0.0.NlcPX/test-miniconda/envs/_verify_wheel-3.8/compiler_compat/ld: > cannot find -larrow_python > > I'm not sure whether this is a critical or not.
Only test_cython.py has failed. I don't think this is critical, more of a problem in the test itself (obviously, libarrow and libarrow_python have to be in the wheel for the rest of the tests to pass?). In any case, I don't think our Cython API is used a lot. Regards Antoine.