Skip to content
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

Issue loading 64-bit files on 32-bit systems #96

Open
rofinn opened this issue Feb 13, 2021 · 2 comments
Open

Issue loading 64-bit files on 32-bit systems #96

rofinn opened this issue Feb 13, 2021 · 2 comments

Comments

@rofinn
Copy link
Member

rofinn commented Feb 13, 2021

I'm seeing [warn | JLSO]: TypeError: in Type, in S, expected S<:(AbstractArray{T,2} where T), got Type{Array{Float64,2}} when trying to load 64-bit data on a 32-bit system.

@oxinabox
Copy link
Member

Last time saw that was that the type parameter 2 was Int32 for 32bit, and Int64 for 64bit.

But we fixed that in BSON.jl

@bencottier
Copy link

bencottier commented Jun 23, 2021

Possibly related: on a Linux aarch64 system I'm getting

[warn | JLSO]: TypeError: in new, expected Int32, got a value of type Int64

Confusing becuse I thought the data and the system would both be 64-bit. I'll check the data though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants