python - Warning: No port llvm found in the index -
i using mac os x 10.6.8. trying install particular library (bob toolbox idiap). while installing library received error
---> computing dependencies cctools ---> building cctools error: org.macports.build port cctools returned: command execution failed please see log file port cctools details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_port s_devel_cctools/cctools/main.log error: unable upgrade port: 1
i further investigated , realized because of warning: no port llvm found in index; can't rebuild
i tried install via port install llvm-3.0 keeps on saying dont have file belonging py26-matplotlib
(and many other python26-numpy
files). try install python26-numpy
, says llvm not found. looks going in circles.
assuming have gcc installed, following should work.
sudo port select python python27 sudo port clean llvm–3.0 sudo port install llvm–3.0 configure.compiler=gcc
Comments
Post a Comment