-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
PyPlot won't compile with latest nightly #52029
Comments
No problems with v1.10-rc1, so I think it's Julia issue and not a PyPlot issue. |
This happens because julia> reinterpret(UInt8, Base.cconvert(Cwstring, "a"))
8-element reinterpret(UInt8, ::Vector{Int32}):
[...] master: julia> reinterpret(UInt8, Base.cconvert(Cwstring, "a"))
ERROR: ArgumentError: Source type for `reinterpret` must be isbits I guess the solution here is for PyCall to not |
Already fixed downstream: JuliaPy/PyCall.jl#1059 |
Just downloaded
Version 1.11.0-DEV.851 (2023-11-06)
and am still having the same problem.
…On Mon, Nov 6, 2023 at 9:20 PM Viral B. Shah ***@***.***> wrote:
Closed #52029 <#52029> as
completed.
—
Reply to this email directly, view it on GitHub
<#52029 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOEX64LXFCKCPDHHDJVZF3YDDP3DAVCNFSM6AAAAAA6532BNOVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJQHA3TEOBVGI4DEOI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
C. T. Kelley
Department of Mathematics, Box 8205
SAS Hall
2311 Stinson Drive
North Carolina State University
Raleigh, NC 27695-8205
(919) 515-7163, (919) 513-7336 (FAX)
***@***.***
https://ctk.math.ncsu.edu
|
The issue is with PyCall, a dependency of PyPlot. Until PyCall makes a new release, which will contain the bugfix, the issue will still be in PyPlot. It can't really be fixed from the Julia side |
I see. Thanks. |
PyPlot will not compile with the latest nightly.
M2 MACbook Air + latest OS
The text was updated successfully, but these errors were encountered: