pandas导入错误

来源:互联网 发布:乐心手环数据清零 编辑:程序博客网 时间:2024/05/20 10:10

如下:
ImportError: C extension: numpy.core.multiarray failed to import not built. If you want to import pandas from the source directory, you may need to run ‘python setup.py build_ext –inplace –force’ to build the C extensions first.
更新numpy到0.13的版本就可以了!
pip install -U numpy

原创粉丝点击