I am trying to use the sklearn.qda package in python. I have installed it successfully but when Itry to import it I get the error message below. Can anybody tell me what sho
I faced the similar situation of getting mumurhash error while installing sklearn.preprocessing library.
I upgraded numpy version from 1.13 to 1.15
using
pip install --upgrade numpy
After this, I was able to import the sklearn library.
I faced a similar problem, so there are mainly two solutions
Hope this helps
I started a new shell and this problem went away
I had the same problem, I run:
sudo pip install -U scikit-learn
and now everything is working fine