I am trying to update the scikit-sklearn plugin. I downloaded it from the
Pyton(x,y) site and installed it. But when I try to use it I get this error:

from sklearn import preprocessing
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python27\lib\site-packages\sklearn\preprocessing.py", line 14,
in <module>
    from .utils import check_arrays, array2d, atleast2d_or_csr, safe_asarray
  File "C:\Python27\lib\site-packages\sklearn\utils\__init__.py", line 9,
in <module>
    from .murmurhash import murmurhash3_32
ImportError: cannot import name murmurhash3_32

What can I do to fix this problem?
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to