重新安装即可
pip uninstall pandas
pip install pandas
ModuleNotFoundError: No module named 'numpy.core._multiarray_umath'
网上有很多解决方法,但是经过实践直接卸载重新安装是最直接的
pip uninstall numpy
pip install numpy
重新安装即可
pip uninstall pandas
pip install pandas
网上有很多解决方法,但是经过实践直接卸载重新安装是最直接的
pip uninstall numpy
pip install numpy