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.