Re: [Scikit-learn-general] How to compile scikit-learn against python 3.4 using make

2014-08-05 Thread Frank Dai
Great, it works , thanks a lot. But it has one little defect, after compilation, it reports that nosetests cannot be found. So I change your command to "make PYTHON=python3 NOSETESTS=nosetests3", then it works perfectly :) On Tue, Aug 5, 2014 at 8:58 PM, Lars Buitinck wrote: > 2014-08-05 14:2

Re: [Scikit-learn-general] How to compile scikit-learn against python 3.4 using make

2014-08-05 Thread Lars Buitinck
2014-08-05 14:27 GMT+02:00 Frank Dai : > I want to compile scikit-learn under python 3.4, the following commands are > what I'm doing: > > alias python=python3 Aliases only work in your current shell, not in make. Use make PYTHON=python3 --

[Scikit-learn-general] How to compile scikit-learn against python 3.4 using make

2014-08-05 Thread Frank Dai
Hi all, I want to compile scikit-learn under python 3.4, the following commands are what I'm doing: alias python=python3 sudo apt-get install python3-numpy python3-scipy python3-matplotlib ipython3 ipython3-notebook python3-pandas python-sympy python3-nose sudo apt-get install build-essential p