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

Pip install problem

chrisgilmerproj opened this issue · comments

Currently I get this when trying to install crab:

error in scikits.crab setup command: Distribution contains no modules or packages for namespace package 'scikits'

My installation attempts included

pip install git+git://github.com/muricoca/crab.git

and

pip install -e git+git://github.com/muricoca/crab.git#egg=crab

See fix in #81.

I suggest that you should give up this package because it has not been maintained for years. If you need a python recommender engine, you can try python-surprise.