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