You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2025-01-17 02:28:11 2025-01-17 02:28:11,913 WARNING 658 /ragflow/.venv/lib/python3.10/site-packages/polars/_cpu_check.py:259: RuntimeWarning: Missing required CPU features.
2025-01-17 02:28:11
2025-01-17 02:28:11 The following required CPU features were not detected:
2025-01-17 02:28:11 avx, avx2, fma, bmi1, bmi2, lzcnt, movbe
2025-01-17 02:28:11 Continuing to use this version of Polars on this processor will likely result in a crash.
2025-01-17 02:28:11 Install the polars-lts-cpu package instead of polars to run Polars with better compatibility.
2025-01-17 02:28:11
2025-01-17 02:28:11 Hint: If you are on an Apple ARM machine (e.g. M1) this is likely due to running Python under Rosetta.
2025-01-17 02:28:11 It is recommended to install a native version of Python that does not run under Rosetta x86-64 emulation.
2025-01-17 02:28:11
2025-01-17 02:28:11 If you believe this warning to be a false positive, you can set the POLARS_SKIP_CPU_CHECK environment variable to bypass this check.
I have installed polars-lts-cpu and set POLARS_SKIP_CPU_CHECK but still get this waring. cpu is m2
The text was updated successfully, but these errors were encountered:
Describe your problem
2025-01-17 02:28:11 2025-01-17 02:28:11,913 WARNING 658 /ragflow/.venv/lib/python3.10/site-packages/polars/_cpu_check.py:259: RuntimeWarning: Missing required CPU features.
2025-01-17 02:28:11
2025-01-17 02:28:11 The following required CPU features were not detected:
2025-01-17 02:28:11 avx, avx2, fma, bmi1, bmi2, lzcnt, movbe
2025-01-17 02:28:11 Continuing to use this version of Polars on this processor will likely result in a crash.
2025-01-17 02:28:11 Install the
polars-lts-cpu
package instead ofpolars
to run Polars with better compatibility.2025-01-17 02:28:11
2025-01-17 02:28:11 Hint: If you are on an Apple ARM machine (e.g. M1) this is likely due to running Python under Rosetta.
2025-01-17 02:28:11 It is recommended to install a native version of Python that does not run under Rosetta x86-64 emulation.
2025-01-17 02:28:11
2025-01-17 02:28:11 If you believe this warning to be a false positive, you can set the
POLARS_SKIP_CPU_CHECK
environment variable to bypass this check.I have installed polars-lts-cpu and set POLARS_SKIP_CPU_CHECK but still get this waring. cpu is m2
The text was updated successfully, but these errors were encountered: