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

后端 未结 6 1967
南方客
南方客 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:50

    sudo pip install pandas
    sudo easy_install --upgrade numpy
    

    should also realign everything.

提交回复
热议问题