-
Notifications
You must be signed in to change notification settings - Fork 92
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
JLD2 not installing under latest 0.7-DEV #61
Comments
This appears to be an issue with Libz, not JLD2. |
OK, I opened an issue in libz. |
I will not actively maintain Libz.jl because I started developing CodecZlib.jl, which is an alternative of handling compressed data formats. Quickly skimming the code of JLD2.jl, I think it is not so heavy to switch to CodecZlib.jl. |
In addition to the above, I currently get an error (dev.4690) that SimpleVector is not defined (in data.jl line 1027). What is the easiest way to fix this? |
@bicycle1885 We shouldn't adopt CodecZlib here yet because it uses BinaryBuilder, which doesn't support all of the platforms that Julia supports. (See for example JuliaPackaging/BinaryBuilder.jl#32 and JuliaPackaging/BinaryBuilder.jl#126.) I'd prefer not to proliferate the exclusion of Julia-supported platforms in packages. |
JuliaIO/CodecZlib.jl#15 will address the platform concerns. |
CodecZlib.jl v0.4.3 includes the build support from source (JuliaLang/METADATA.jl#14023). So, I think you can switch the dependency whenever you're ready. Thanks again, @ararslan. |
Great, thanks! I think we should go ahead with the switch then. @bicycle1885, if you're familiar with the primary differences between Zlib and CodecZlib, would you be able to submit a PR? I'd be happy to review it. |
Sure 😃 |
Didn't want to start new issue, under 0.7 nighlies I get error: julia> using JLD2
[ Info: Precompiling module JLD2
ERROR: LoadError: ArgumentError: Module Pkg not found in current path.
Run `Pkg.add("Pkg")` to install the Pkg package. installed using Pkg3 is this known or something I made a mistake with? need jld2 to ge my package running :-) |
This was fixed by #67. Remaining 0.7 issues are logged separately. |
I'm trying to port my code from 0.6.2 to 0.7-DEV (0-day old master) and so far I haven't been able to install either JLD or JLD2 (Ubuntu 17.10). The installation of JLD2 is failing because the code is apparently not able to find libz. Below is the error message.
The text was updated successfully, but these errors were encountered: