Does anyone know if PySide is runnable on OSX 10.11? Can't find anything in the docs, installing it with port does not give an error but python will not find any PySide libs. Installing with pip shoots out a series of errors, one giving a warning saying PySide is not compatible with this version of OSX.

Qt Code:
  1. /Library/Frameworks/QtCore.framework/Headers/qglobal.h:331:6: warning: "This version of Mac OS X is unsupported" [-W#warnings]
  2. # warning "This version of Mac OS X is unsupported"
  3.  
  4. /tmp/pip-build-FWUcrG/PySide/sources/pyside/plugins/customwidget.h:27:10: fatal error: 'QtDesigner/QtDesigner' file not found
  5. #include <QtDesigner/QtDesigner>
  6. ^
  7. 2 warnings and 1 error generated.
  8. make[2]: *** [plugins/CMakeFiles/uiplugin.dir/customwidgets.cpp.o] Error 1
  9. make[1]: *** [plugins/CMakeFiles/uiplugin.dir/all] Error 2
  10. make: *** [all] Error 2
  11. error: Error compiling pyside
To copy to clipboard, switch view to plain text mode