Cannot find scikit.crab module

447 views
Skip to first unread message

jiangwen jiang

unread,
Nov 14, 2013, 5:08:18 AM11/14/13
to sciki...@googlegroups.com
Hi, all:

I try to install crab on ubuntu following this http://muricoca.github.io/crab/install.html.

sudo apt-get install python-dev python-numpy python-numpy-dev python-setuptools python-numpy-dev python-scipy libatlas-dev g++
sudo pip install -U scikits.learn
sudo apt-get install python-matplotlib
sudo pip install -U crab

After these 4 steps, I try to the test:
python -c "import scikits.crab as scc; scc.test()"
then error occurs:
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named crab

Maybe scikits does not contains crab module, scikits version is 0.14.1
Can you give me a help, which step is wrong?

My ubuntu infomations:
uname -a
Linux ubuntu 3.2.0-23-generic-pae #36-Ubuntu SMP Tue Apr 10 22:19:09 UTC 2012 i686 i686 i386 GNU/Linux

Thanks

Jayadev Dasika

unread,
Jan 14, 2014, 5:04:05 AM1/14/14
to sciki...@googlegroups.com
I had the same problem. Try installing crab from source: 1) Download package from https://github.com/muricoca/crab/downloads 2)python setup.py install.
Now, try to run the test. This should solve the problem.
Reply all
Reply to author
Forward
0 new messages