Hello.  I have installed scikit-learn in order to try out K-means
clustering following
http://scikit-learn.org/0.13/auto_examples/document_clustering.html.

However, when I run this, I get the following error:

Traceback (most recent call last):
  File "C:\Python26\churnnltk\scikitkmeans.py", line 5, in <module>
    from sklearn.datasets import fetch_20newsgroups
  File "C:\Python26\lib\site-packages\sklearn\datasets\__init__.py", line
7, in <module>
    from .base import load_diabetes
  File "C:\Python26\lib\site-packages\sklearn\datasets\base.py", line 24,
in <module>
    from ..utils import check_random_state
  File "C:\Python26\lib\site-packages\sklearn\utils\__init__.py", line 9,
in <module>
    from .murmurhash import murmurhash3_32
  File "numpy.pxd", line 155, in init sklearn.utils.murmurhash
(sklearn\utils\murmurhash.c:5029)
ValueError: numpy.dtype has the wrong size, try recompiling

Does this mean I have the wrong version of numpy for the version of
scikit-learn I have installed?
Many thanks,

Nigel Legg
07722 652866
http://twitter.com/nigellegg
http://uk.linkedin.com/in/nigellegg
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to