-
Notifications
You must be signed in to change notification settings - Fork 36
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
Blosc support on macOS? #101
Comments
I am having the same problem with 0.3.0-rc4. c-blosc: version 1.21.0
|
Does anyone have advice for fixing this? |
I ended up installing this with Anaconda. https://anaconda.org/ome/bioformats2raw
|
I managed to solve this issue, with the help of @erindiel and @chris-allan: For windows: @perlman used the path to |
@muhanadz: Can you take a stab at opening a PR against |
Hi,
I am unable to get the 0.3rc3 release to work with Blosc on my Mac.
I have
c-blosc
installed via homebrew (brew install c-blosc
).I had edited the final line in
bioformats2raw-0.3.0-rc3/bin/bioformats2raw
to add various forms of-Djna.library.path=
without success, e.g.exec "$JAVACMD" -Djna.library.path=/usr/local/Cellar/c-blosc/1.21.0/lib/libblosc.dylib "$@"
.Am I missing something obvious on how this should be run?
I always get the error
java.lang.NoClassDefFoundError: Could not initialize class org.blosc.IBloscDll
.Thanks,
Eric
The text was updated successfully, but these errors were encountered: