muricoca / crab

Crab is a flexible, fast recommender engine for Python that integrates classic information filtering recommendation algorithms in the world of scientific Python packages (numpy, scipy, matplotlib).

Home Page:http://muricoca.github.com/crab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Python 2.7.13 cannot import scikits.crab

ankurbhargava77 opened this issue · comments

commented

Already installed scikits and crab

python -c "import scikits.crab as scc; scc.test()"

Gives me error
C:>python -c "import scikits.crab as scc; scc.test()"
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named crab