I am trying to install Orange on my Mac OS X 10.7.3 (Lion) and I keep getting an error when using either pip or building from source. First, I was getting an error that read
From http://orange.biolab.si/forum/viewtopic.php?f=4&t=1568
export CC=gcc
export CXX=g++
pip install orange # for example
It seems more robust to not have to get into version number details if you don't have to, right? (I have not had to do this sort of thing before, so I don't know for sure.)
Update: The pip install orange example (above) currently installs an older version of Orange (version 2.5a4 ) instead of 2.6. To get the development version, use:
pip install -e hg+https://bitbucket.org/biolab/orange#egg=Orange
I got the above command from here.