2013/3/17 Anne Dwyer <[email protected]>: > 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?
What do you mean by "updating a plugin"? Are you building the latest version of scikit-learn from source using the setup.py? Or are you using a Python(X, Y) specific installation procedure? If this is a Python(X, Y) specific way of upgrading scikit-learn you should probably ask on the Python(X, Y) mailing list instead. ------------------------------------------------------------------------------ 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
