JuliaML / JuliaML/MLDatasets.jl

Could not load symbol "gzopen64"

Open
#86 6 comments 1 reaction 0 assignees View on GitHub
zip problem
Dominant language
Julia
Stars
239
Forks
51
PR merge metrics
No merged PRs in 30d

Description

I got the following error message from `tst_mnist.jl` when I ran `] test MLDatasets`:

` Got exception outside of a @test
could not load symbol "gzopen64":
dlsym(0xfff153c1b3a0, gzopen64): symbol not found`

`Test Summary: | Pass Error Total
tst_mnist.jl | 18 90 108
Constants | 7 7
convert2images | 11 11
File Header | 4 4
Images | 72 72
Test that traintensor are the train images | 30 30
Test that testtensor are the test images | 30 30
traintensor with T=Float32 | 1 1
traintensor with T=Float64 | 1 1
traintensor with T=N0f8 | 1 1
traintensor with T=Int64 | 1 1
traintensor with T=UInt8 | 1 1
testtensor with T=Float32 | 1 1
testtensor with T=Float64 | 1 1
testtensor with T=N0f8 | 1 1
testtensor with T=Int64 | 1 1
testtensor with T=UInt8 | 1 1
Labels | 12 12
trainlabels | 1 1
testlabels | 1 1
Data | 2 2
check traindata against traintensor and trainlabels | 1 1
check testdata against testtensor and testlabels | 1 1
ERROR: LoadError: Some tests did not pass: 18 passed, 0 failed, 90 errored, 0 broken.`

I tried reinstalling the package but it didn't work.
My OS is MacOS Monterey 12.0.1, and I am using Julia v1.6.3
with MLDatasets version v0.5.13.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.