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

[Bug]: Missing required CPU features.? #9187

Open
lwh92 opened this issue May 9, 2024 · 0 comments
Open

[Bug]: Missing required CPU features.? #9187

lwh92 opened this issue May 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@lwh92
Copy link

lwh92 commented May 9, 2024

Short description of current behavior

#python -m mindsdb
/data/mindsdb/lib/python3.10/site-packages/polars/_cpu_check.py:244: RuntimeWarning: Missing required CPU features.

The following required CPU features were not detected:
avx2, fma, bmi1, bmi2, lzcnt
Continuing to use this version of Polars on this processor will likely result in a crash.
Install the polars-lts-cpu package instead of polars to run Polars with better compatibility.

Hint: If you are on an Apple ARM machine (e.g. M1) this is likely due to running Python under Rosetta.
It is recommended to install a native version of Python that does not run under Rosetta x86-64 emulation.

If you believe this warning to be a false positive, you can set the POLARS_SKIP_CPU_CHECK environment variable to bypass this check.

warnings.warn(
非法指令
(mindsdb)

Video or screenshots

No response

Expected behavior

No response

How to reproduce the error

No response

Anything else?

No response

@lwh92 lwh92 added the bug Something isn't working label May 9, 2024
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

1 participant