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

Example not working #60

Closed
renatobellotti opened this issue Jun 17, 2024 · 2 comments
Closed

Example not working #60

renatobellotti opened this issue Jun 17, 2024 · 2 comments

Comments

@renatobellotti
Copy link

When I run the example code from the README, I get the following error message:

MethodError: no method matching Union{ZipArchives.ZipFileReader, ZipArchives.ZipBufferReader}(::Vector{UInt8})
@nhz2
Copy link
Member

nhz2 commented Jun 17, 2024

You are using an older version of ZipArchives. Check out the older readme: https://github.com/JuliaIO/ZipArchives.jl/tree/v1.1.3

@nhz2
Copy link
Member

nhz2 commented Jun 17, 2024

Also, what does running:

julia> import Pkg; Pkg.status()

Output?

I'm curious about what other packages may be incompatible with the new version of ZipArchives.

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

2 participants