----> 1 from scikits.crab import datasets ImportError: No module named scikits.crab
pip install crab
or
easy_install crab
If scikits.learn is not installed in your system, use the following command :
sudo pip install scikits.learn
For Python 2.6 you have to use the following command:
sudo python2.6 pip install scikits.learn
If scikits.learn is installed and you are still facing this bug,then you have to install or compile it directly using the source code.
- git clone https://github.com/muricoca/crab.git
- python setup.py install
You are ready to go after this :)
Thanks it helped
ReplyDeleteThanks. Fixed my problem as well
ReplyDeleteHey there - thanks that resolve it, but I am running into this No module named crab.recommenders.knn , did you face it ?
ReplyDeletei have the same issue , how did you solve it ?
DeleteThanks! I'm now working in a fork. I need developers
ReplyDelete