pandas 0.22导入错误

如下:
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

BUG: Cannot import Pandas Timeseries
pandas 0.20+ requires statsmodels 0.8 or newer.
conda update statsmodels=0.8.0

KeyError: u’axes.titlepad is not a valid rc parameter.See rcParams.keys() for a list of valid parameters.’
pip install matplotlib –upgrade

你可能感兴趣的:(pandas 0.22导入错误)