December 19, 2017 by kittycool only Installing Scikit-Learn on python-3.4 with CentOS 6 1. Install Python-34 Numpy, Scipy # yum -y install python34-numpy # yum -y install scipy 2. Use Python-3.4 and use “Pip install” to install # pip install numpy scipy # pip install -U scikit-learn[alldeps] 3. Test scikit-learn >>> import sklearn Share this:TwitterFacebookLike this:Like Loading... Related