for compiling yes:
git clone git://github.com/scikit-learn/scikit-learn.git
cd scikit-learn
sudo python setup.py install
for testing no, I do:
cd ..
python
import sklearn # (this imports correctly)
help(sklearn)
I think there are both versions installed, but it chooses 0.11, libraries
for some reason.
On Fri, Aug 31, 2012 at 11:25 PM, W. Bryan Smith <[email protected]> wrote:
> are you in the sklearn build directory?
> if so, just cd somewhere else and try again.
>
> regards,
> bryan
>
> On Fri, Aug 31, 2012 at 7:06 PM, Marcos Wolff <[email protected]> wrote:
>
>> 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
>>
>>
>
>
> ------------------------------------------------------------------------------
> 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
>
>
------------------------------------------------------------------------------
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