Hi,

I'm currently using scikit-learn 0.11 (stable version) in Ubuntu 11.04
64bits with Python2.7.

Now I need to try the development version (0.12). I downloaded the lastest
version and installed:

git clone git://github.com/scikit-learn/scikit-learn.git
cd scikit-learn
sudo python setup.py install

but when I try to use it:

python
import sklearn
help(sklearn)

I get:

FILE

/usr/local/lib/python2.7/dist-packages/scikit_learn-0.11-py2.7-linux-x86_64.egg/sklearn/__init__.py

and I can't use the new features :(

I tried adding the source directory to PYTHONPATH variable. But didn't work
either.

How sholud I deal with it ?

Thanks !

Thanks!
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to