Skip to content

Illegal instruction with conda-forge package #453

@lindnemi

Description

@lindnemi

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions