On 7/1/13 7:01 AM, Alan wrote: > Hi there, > > I am trying to install cx_Oracle in my fink python 2.7. > > Details: > > Fink: > Package manager version: 0.34.8 > Distribution version: selfupdate-rsync Thu Jun 6 12:26:46 2013, 10.8, > x86_64 > Trees: local/main stable/main local/injected > > Python: > Python 2.7.5 (default, May 30 2013, 21:19:08) > [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.28)] on darwin > > Mac OSX 10.8.4 > > Since cx_Oracle is not in Fink, I tried: > > /sw/bin/easy_install-2.7 -U cx_Oracle > > Searching for cx-Oracle > Reading http://pypi.python.org/simple/cx_Oracle/ > Reading http://starship.python.net/crew/atuining > Reading http://cx-oracle.sourceforge.net > Best match: cx-Oracle 5.1.2 > Downloading > http://prdownloads.sourceforge.net/cx-oracle/cx_Oracle-5.1.2.tar.gz?download > Processing cx_Oracle-5.1.2.tar.gz > Writing /tmp/easy_install-3x7DYB/cx_Oracle-5.1.2/setup.cfg > Running cx_Oracle-5.1.2/setup.py -q bdist_egg --dist-dir > /tmp/easy_install-3x7DYB/cx_Oracle-5.1.2/egg-dist-tmp-IiFGbT > error: Setup script exited with error: $MACOSX_DEPLOYMENT_TARGET > mismatch: now "10.3" but "10.8" during configure > > I've tried all I can to understand this "mismatch" for no avail. > > Using /usr/bin/easy_install-2.7 and all goes fine. > > Many thanks in advance, > > Alan > -- > Alan Wilter SOUSA da SILVA, DSc > Bioinformatician, UniProt - PANDA, EMBL-EBI > CB10 1SD, Hinxton, Cambridge, UK > +44 1223 49 4588 > >
Have you tried e.g. "export MACOSX_DEPLOYMENT_TARGET=10.8" before using /sw/bin/easy_install ? -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
