python - Installing PySide, QT on Mac OS X Problems -


i newbie @ mac please excuse ineptitude. i'm trying here pretty simple, want install qt on mac os x 10.10.5.

to cut story short, tried installing qt via brew first of all:-

brew install qt 

or

brew install qt5 

here's error i'm stuck @ :-

dyld: lazy symbol binding failed: symbol not found: _map_fd referenced from: /usr/bin/install_name_tool expected in: /usr/lib/libsystem.b.dylib  dyld: symbol not found: _map_fd referenced from: /usr/bin/install_name_tool expected in: /usr/lib/libsystem.b.dylib 

tried installing macports. no luck.

sudo port install qt4-mac 

i tried re-installing xcode command line tools suggested in thread @ macports. didn't fix @ all.

my original intention install pyside python3.4 on mac.i'm trying fix dependencies of pyside cmake qmake.

i have looked @ this , this - none of them worked me.

i installed python 3.4.4. , installed pip3 & easy_install. tried running this:-

/library/frameworks/python.framework/versions/3.4/bin/easy_install pyside

this of course asked me dependencies. downloaded & installed cmake. wasn't coming in command line looked after , found command line must installed using:-

sudo "/applications/cmake.app/contents/bin/cmake-gui" —install 

with cmake , command line cmake installed , tried installing pyside of course requires more dependencies. i'm trying qt on machine. seem have reached place don't know do. if did before, please help.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -