Getting below error when trying to import fastparquet as fp
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject
Please help me out to rectify the concern.
Getting below error when trying to import fastparquet as fp
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject
Please help me out to rectify the concern.
i just deal with it.
pip install --upgrade numpy
or
pip uninstall numpy
pip install numpy
Note: the operation happen in the Python Interpreter that is used in your current project.