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

ERROR :- PNumPy requires a CPU with AVX2 capability to work. #161

Open
ankit869 opened this issue Mar 8, 2023 · 0 comments
Open

ERROR :- PNumPy requires a CPU with AVX2 capability to work. #161

ankit869 opened this issue Mar 8, 2023 · 0 comments

Comments

@ankit869
Copy link

ankit869 commented Mar 8, 2023


ImportError Traceback (most recent call last)
Cell In [46], line 1
----> 1 import pnumpy as np
2 import pandas as pd

File c:\Users\Dell\AppData\Local\Programs\Python\Python310\lib\site-packages\pnumpy_init_.py:57
53 raise ValueError(f"PNumPy requires a CPU with AVX2 capability to work")
55 del __hasavx2
---> 57 import pnumpy._pnumpy as _pnumpy
58 from pnumpy._pnumpy import atop_enable, atop_disable, atop_isenabled, atop_info, atop_setworkers, cpustring
59 from pnumpy._pnumpy import thread_enable, thread_disable, thread_isenabled, thread_getworkers, thread_setworkers, thread_zigzag

ImportError: DLL load failed while importing _pnumpy: The specified module could not be found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant