Mac Osx Running Setup.py Install For Uwsgi: Finished With Status 'error'

Posted on

I have Lion with MacPorts installed packages. I will describe here all what I did to make compilation work. May be some steps are unnecessary, maybe some additionnal libraries will have to be installed (using MacPorts) prior to sk1libs or uniconvertor compilation to make it work. My answer is based on @bitboxer's answer with some additions. Downloads I used the links provided here: Downloaded and extracted uniconvertor and sk1libs sk1libs installation First try I first ran the following: $ export LDFLAGS='-L/usr/X11/lib' $ export CFLAGS='-I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15' $ python setup.py build Please notice that the libpng version is 15 (not 12 as in @bitboxer's answer). I noticed this searching in /usr/X11/include directory.

Which gave some errors: ld: library not found for -llcms collect2: ld returned 1 exit status ld: library not found for -llcms collect2: ld returned 1 exit status lipo: can't open input file: /var/folders/3w/5x6f3w0n4rg0w6sdq2n_48j00000gn/T//cc8y3Erh.out (No such file or directory) error: command 'llvm-gcc-4.2' failed with exit status 1 Troubleshooting So I tried to figure out if I had already lcms library installed: $ locate lcms. Lcms was installed by MacPort on my computer (lcms seems to be a dependency of Inkscape). Second try: success So I did this: $ export LDFLAGS='-L/usr/X11/lib -L/opt/local/lib/' $ export CFLAGS='-I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng15 -I/opt/local/include' Which added the MacPorts include and lib dir to compilation flags.

Then: $ python setup.py build Which ended with no errors (but some warnings). Then: $ sudo python setup.py install Uniconvertor installation Same thing (I ran it just after sk1libs compilation, so LDFLAGS and CFLAGS value are the same): $ python setup.py build $ sudo python setup.py install. Download sk1libs and uniconvertor and extract it.

Mac Osx Running Setup.py Install For Uwsgi: Finished With Status

Open Terminal.app and go into the sk1libs dir. Execute this: export LDFLAGS='-L/usr/X11/lib' export CFLAGS='-I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/X11/include/libpng12' python setup.py build sudo python setup.py install After that go into the uniconvert dir and do the same. That should do the trick. You may get an error like this: In file included from src/imaging/libimagingft/_imagingft.c:31: /usr/local/include/ft2build.h:56:10: fatal error: 'freetype/config/ftheader.h' file not found You can fix it with symbolic link - execute this command: sudo ln -s /usr/local/include/freetype2/freetype/ /usr/include/freetype. Follow the above in Mavericks. Just took a shot to see if it would work. Did this: Uncompressed the tar.gz to a ~/tmp/uniconvertor-1.1.5 Opened a terminal and cd ~/tmp/uniconvertor-1.1.5/ sudo python setup.py install or su to a root shell and python setup.py install Many warnings in the process.

New Mac games and new Mac game releases from Big Fish Games! Stop by daily for new game releases and new game downloads for your Mac. New online games for 2019.

RUN CFLAGS='$CFLAGS -L/lib' pip3 install uwsgi. Runs consistently in similar environment. Other approach: have you tried.

Mac Osx Running Setup.py Install For Uwsgi: Finished With Status

I saved a log and will look it over. OSX needed command line developer tools to get cc. It prompted and I downloaded.

Went back into Inkwell and got this error on import attempt. Below: This seems more than a little vague in the error console of Inkwell. Posting here in case someone wants to figure it out. I'm chalking it up to getting what I get for thinking I could try this the 'easy way.' Here's a step by step guide to install uniconvertor with Homebrew as of April 2017. It's available, but buried and only accessibly as a HEAD install. Open the Terminal app and install, a mac package manager, by running this command: /usr/bin/ruby -e '$(curl -fsSL Once you have home brew installed you can install uniconvertor with the following command: brew install --HEAD uniconverter I realize this involves installing a separate system (Homebrew), but it's worth it.

如何使用wd my passport for mac. I use it to manage so many similar packages on my Mac.