-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install PySide under 10.12 mac OS Sierra #150
Comments
Do you have cmake installed? |
I think I know why I don't have cmake installed. The doc for installing PySide on Mac OS X says to install qt using
And then :
But qt gives me this error
So by not having qt installed, I guess I don't have cmake nor qmake installed. Is there a way to bypass this warning and install qt anyways? Thank you Fredrik. |
I guess I didn't. I ran brew install cmake and then it asks for qmake. Is there a way to install all prerequisites all at once? It didn't ask me any of this when I installed it back on Mavericks. Thank you Fredrik Bruno-Pierre Jobin On Oct 23, 2016, at 4:17 PM, Fredrik Averpil <[email protected]mailto:[email protected]> wrote: Do you have cmake installed? You are receiving this because you authored the thread. |
If you do a However, I'm not sure |
You can keep an eye on this page (which is the brew formula for |
Brew doesn't seem like it's going to support qt4 any time soon. If you take a look at line 33-35 in the qt formula it says :
So after lots and lots of trial and error, research and coffee (beer also I must admit....), I was able to install qt4.8 using the following branch which has the missing packages that got removed from Sierra. I know, not the ideal solution... but since I'm on Sierra and want to PySide for nuke, it need to be qt4.8 and not 5. I pasted the failing installation log at the end if you're curious. https://github.com/cartr/homebrew-qt4 Carter branch was able to build successfully and after which I was able to Now I have a clean and fresh Cellar with Python 2.7.12-2, qt4.8.7_2. PySide is installed in Now I am close to a working PySide. But this code doesn't work because it's not loading a library.
Output error.
Thanks for taking the time to helping me! Log from
|
i'm getting exactly @Chunxiaolalala error, did you able to fix it? |
I did what phathak did above and used the brew instructions from https://github.com/cartr/homebrew-qt4 to install the older version 4 of Qt via homebrew and it took care of the |
Hi,
I'm unable to install PySide under mac OS Sierra. Can you tell me what the work around for this error?
Using Python 2.7.12_2
mac OS Sierra 10.12
Thank you
The text was updated successfully, but these errors were encountered: