We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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})
The text was updated successfully, but these errors were encountered:
You are using an older version of ZipArchives. Check out the older readme: https://github.com/JuliaIO/ZipArchives.jl/tree/v1.1.3
Sorry, something went wrong.
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.
No branches or pull requests
When I run the example code from the README, I get the following error message:
The text was updated successfully, but these errors were encountered: