-
Notifications
You must be signed in to change notification settings - Fork 190
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
master breaks PyPlot #176
Comments
Works for me using the master of PyCall and PyPlot. |
Maybe python2 vs python3? |
I'm using Python 2. What system are you on, and what backend is matplotlib using? |
ArchLinux x64. Python
|
And julia master julia> versioninfo()
Julia Version 0.4.0-dev+6350
Commit 9b14a7c* (2015-07-29 10:26 UTC)
Platform Info:
System: Linux (x86_64-unknown-linux-gnu)
CPU: Intel(R) Core(TM) i7-4702HQ CPU @ 2.20GHz
WORD_SIZE: 64
BLAS: libopenblas (DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas
LIBM: libm
LLVM: libLLVM-3.6.1 |
Could this be related to #177? |
Not really the same (although could be related). #177 is happening on the released version while I only see this on master. |
You might try a |
It was broken sometime last week but seems to be fine now. Anyway, the original issue has been solved a long time ago (since it was working for sometime last month...) |
I checked out the PyCall master today and got the following error when importing PyPlot
Haven't investigate further but downgrading to 0.8.2 release fixes the issue.
The text was updated successfully, but these errors were encountered: