osx - Correct way to install scikit-learn on OS-X using port -


i'm tying install scikit-learn using port on os-x. idea i'm missing here.

port version

version: 2.1.3 

os-x

10.8.2 build 12c60  

xcode

version 3.2.5 (1760) 

python

python 2.7.2 (default, jun 20 2012, 16:23:33)  [gcc 4.2.1 compatible apple clang 4.0 (tags/apple/clang-418.0.60)] on darwin type "help", "copyright", "credits" or "license" more information. >>>  

command install scikit-learn

sudo port install py27-scikit-learn --->  computing dependencies py27-scikit-learn --->  cleaning py27-scikit-learn --->  scanning binaries linking errors: 100.0% --->  no broken files found. 

however, looks it's not installed or configured properly. missing here ?

>>> import sklearn traceback (most recent call last):   file "<stdin>", line 1, in <module> importerror: no module named sklearn >>> sklearn import cluster, covariance, manifold traceback (most recent call last):   file "<stdin>", line 1, in <module> importerror: no module named sklearn >>>  

i moved homebrew , after easy.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -