pandas ValueError: numpy.dtype has the wrong size, try recompiling

后端 未结 6 1957
南方客
南方客 2020-12-10 12:34

I took a new clean install of OSX 10.9.3 and installed pip, and then did

pip install pandas
pip install numpy

Both installs seemed to be perfectly happ

6条回答
  •  温柔的废话
    2020-12-10 12:59

    you can install pandas from its git repo without having to explicitly clone it

    pip install git+https://github.com/pydata/pandas.git
    

    that worked for me.

提交回复
热议问题