ValueError: numpy.dtype has the wrong size, try recompiling
J'ai eu une erreur comme celle-ci et j'étais en difficulté parce que je ne pouvais pas faire à partir de sklearn.feature_extraction.text import Count Vectorizer
.
JE,
J'avais l'habitude de tout mettre dans pip install
, mais après tout, je l'ai résolu en faisant ce qui suit.
Cependant, je ne comprends pas du tout.
sudo pip uninstall numpy
sudo pip uninstall scikit-learn
sudo easy_install -U numpy
sudo pip install scikit-learn
J'ai mis numpy de ʻeasy_install` et cela fonctionne.
Recommended Posts