In the HPC environment (Intel, linux) even very simple script give Illegal Instruction errors. This suffices to generate the error
model = abess.LinearRegression()
model.fit(np.random.rand(2,2), np.random.rand(2))
However, this occurs only with the latest abess binary from conda-forge. If I use pip to install the package, everything runs smoothly.