Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Illegal instruction with conda-forge package #453

Open
lindnemi opened this issue Nov 1, 2022 · 1 comment
Open

Illegal instruction with conda-forge package #453

lindnemi opened this issue Nov 1, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@lindnemi
Copy link

lindnemi commented Nov 1, 2022

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.

@Mamba413 Mamba413 added the bug Something isn't working label Nov 3, 2022
@oooo26
Copy link
Collaborator

oooo26 commented Feb 27, 2023

Hi lindnemi, sorry for the late response.

I haven't tested under HPC env, but all the ABESS binary in conda-forge are built from the source code published in PyPI. They would perform the same, so please feel free to use PyPI version instead.

Besides, ABESS v0.4.6 has published and you can check whether the error still exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants