I have also downloaded Qt 4.8.7-4 using anaconda, but I previously had version 5.7.
Brew install qt mac os sierra code#
Ld: symbol(s) not found for architecture x86_64Ĭlang: error: linker command failed with exit code 1 (use -v to see invocation) Undefined symbols for architecture x86_64: G++ -headerpad_max_install_names -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -o qtdetail.app/Contents/MacOS/qtdetail qtdetail.o -L/Users/devineurons/anaconda/lib -lQtCore -L/Users/devineurons/anaconda/libĬlang: warning: libstdc++ is deprecated move to libc++ with a minimum deployment target of OS X 10.9 Users/devineurons/anaconda/bin/qmake -spec macx-g++ -o qtdetail.mk qtdetail.pro The -verbose flag to see more detail about the problem.Īfter using the -verbose function with the command, I receive the following: //Querying qmake about your Qt installation. This function, along with " configure.py" are in my directory "/Users/devineurons/anaconda/lib/PyQt-mac-gpl-4.11.4." When I set this as my directory in terminal and execute 'python configure-ng.py,' I receive the following error: //Querying qmake about your Qt installation.ĭetermining the details of your Qt installation.Įrror: Failed to determine the detail of your Qt installation. My main problem appears to be executing the function 'python configure-ng.py' to start building PyQt4. I believe this is due to unsuccessful installation of PyQt4 I have already successfully downloaded SIP using homebrew (it tells me, however, that it is not yet 'linked' and I do not know what that means).Īlso, I am not sure what scip is - is it something that I need to download separately?
I am currently failing to import PyQt4 and scip into python on my MacBook (OS Sierra), both of which I need to run a different program.