Closed
Description
See test here. The problem is in TestAVXUfuncs.test_avx_based_ufunc
. Note that the manylinux2010 wheels are fine. One possible solution not providing manylinux1 wheels for NumPy 1.20.
TestAVXUfuncs.test_avx_based_ufunc
Reproducing code example:
import numpy as np
<< your code here >>