We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: