python中匯入不了sklearn的問題

waple_0820發表於2016-08-08

在mac python2.7中import sklearn時出現了報錯

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

搜了下發現是numpy版本不對的問題

於是嘗試

pip install --upgrade numpy

還是沒有解決。


還好在openstack上找到了mac的解決方法

easy_install --upgrade numpy

附上原文連結ValueError: numpy.dtype has the wrong size, try recompiling


以上。

相關文章