Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named crab #92

Open
spoonyl opened this issue Sep 30, 2013 · 10 comments
Open

ImportError: No module named crab #92

spoonyl opened this issue Sep 30, 2013 · 10 comments

Comments

@spoonyl
Copy link

spoonyl commented Sep 30, 2013

from scikits.crab import datasets

Traceback (most recent call last):
File "<pyshell#0>", line 1, in
from scikits.crab import datasets
ImportError: No module named crab

what's wrong with this commend
I have installed crab by easy_install successfully

@poopoothegorilla
Copy link

I am getting the same result in Linux Mint... has there been any updates on this?

@Flowerowl
Copy link

Don't install crab in this way: pip install crab / easy_install crab
You can find crab in pypi.python.org, this is not our scikits.crab source
Solution:
git clone https://github.com/muricoca/crab.git
python setup.py install
good luck ~

@scastillo
Copy link

guys is this project alive??, it seems pretty much quiet here since a long time....

@Flowerowl
Copy link

yeah, maybe the author has given up

@scastillo
Copy link

Well, btw, what would you use to build a distributed recommender system?

@emilkjer
Copy link

Mahout (http://mahout.apache.org/) has become recognised for among other
things distributed recommendation systems. Highly scalable and highly
customizable with little effort. If you want to give it a play without too
much trouble get PredictionIO (http://prediction.io/) up running with a
Vagrant box.

On Monday, January 13, 2014, Sebastian Castillo wrote:

Well, btw, what would you use to build a distributed recommender system?


Reply to this email directly or view it on GitHubhttps://github.com//issues/92#issuecomment-32160987
.

@vicknick
Copy link

You can refer to this blog post also:
http://worthavisit.blogspot.in/2014/06/no-module-named-scikitscrab.html

This blog post summarizes the points mentioned by @Flowerowl as well as other possible cause.

@wlsherica
Copy link

Is crab still alive?

@soufiane-fadil
Copy link

Thank you @Flowerowl , it's fixed 👍

@benadaba
Copy link

Thank you @Flowerowl . it really helped. I have documented my steps here to:
http://datapandas.com/index.php/2016/08/21/importerror-no-module-named-scikits-python-fix-jupyter-notebook/

but i am unable to get it work on Spyder IDE. Any help? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants