We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you want to install PyUV on MacOS 10.8 with 32-bit python you should export those flags to your environment:
export ARCHFLAGS="-arch i386" export CC="gcc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk" export CFLAGS="-arch i386"
After that you should download PyUV from PyPi and do those things (XCode needs to be installed):
./build_inplace python setup.py install