dynts
dynts copied to clipboard
Mac
Hi, I am trying to get dynts running on Mac (Snow Leopard). Here is the output I get as of now:
~ c.prinoth$ sudo easy_install dynts Password: Searching for dynts Reading http://pypi.python.org/simple/dynts/ Reading http://github.com/quantmind/dynts/ Reading http://code.google.com/p/dynts/ Best match: dynts 0.4.1 Downloading http://pypi.python.org/packages/source/d/dynts/dynts-0.4.1.tar.gz#md5=287a0333fe201108d052ba5bc6f32ded Processing dynts-0.4.1.tar.gz Running dynts-0.4.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-4ygaHl/dynts-0.4.1/egg-dist-tmp-ooiDDx i686-apple-darwin10-gcc-4.2.1: lib/src/cts.c: No such file or directory i686-apple-darwin10-gcc-4.2.1: no input files powerpc-apple-darwin10-gcc-4.2.1: lib/src/cts.c: No such file or directory powerpc-apple-darwin10-gcc-4.2.1: no input files i686-apple-darwin10-gcc-4.2.1: lib/src/cts.c: No such file or directory i686-apple-darwin10-gcc-4.2.1: no input files lipo: can't figure out the architecture type of: /var/tmp//ccV06X8k.out error: Setup script exited with error: command 'gcc-4.2' failed with exit status 1
any clue on what might be wrong?
Looks like something is wrong with the compilation of extensions. What python version are you running and do you have cython installed?
Christian-Prinoths-MacBook-Pro:~ c.prinoth$ python -V Python 2.6.1 Christian-Prinoths-MacBook-Pro:~ c.prinoth$ cython -V Cython version 0.14.1+
I just noticed that I am unable to install ccy as well. Is this a mandatory installation for dynts? I will check with ccy's developers on this issue.
Thanks
On Tue, May 24, 2011 at 22:58, lsbardel < [email protected]>wrote:
Looks like something is wrong with the compilation of extensions. What python version are you running and do you have cython installed?
Reply to this email directly or view it on GitHub: https://github.com/quantmind/dynts/issues/3#comment_1231279