-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Symbol not found: _CGAffineTransformIdentity on MacOS 10.6 #1791
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
Conversation
Regarding the pyparsing bug, the reason it's using 1.5.3 is because 2.0.0 fails to install during the matplotlib install:
But in any case, that's a separate issue. |
Thanks @astrofrog - I'm guessing this is new in the last day or so and this is a result of the change in #1454? I don't think you're after a workaround, but if you were (or somebody else who finds this is) it is probably possible to change the backend in |
Just a note to someone trying to track down this bug -- I would compare the compiler arguments when building the |
I can try and provide you with the compiler arguments - let me check. |
At 7940245 (after):
At 1cc6507 (before):
That's quite a big difference! |
It looks like
is now missing - could it be that? |
I think that's exactly it. Would you mind testing the attached patch? |
This fixes the issue - thanks! By the way, any luck with getting Matplotlib on Shining Panda? I could set up a build on my local Jenkins Mac and publish to a remote Jenkins to catch this kind of issue early. |
We're in the process of setting up the funding for Shining Panda for matplotlib. Stay tuned! |
Symbol not found: _CGAffineTransformIdentity on MacOS 10.6
On MacOS 10.6, Matplotlib installs without error, but is then not importable:
On Python 2.7, pyparsing doesn't even work:
but I'll report that to the pyparsing developers.