Skip to content

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

Description

@ankit869

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions