Can't install on macbook M1 - Enabled feature "threadsafe" but the HDF5 library was not built with HDF5_ENABLE_THREADSAFE
#173
Labels
I am having some trouble installing SnapATAC2 on my MacBook. I had the exact same issue described in #140, but I was able to solve it by attempting to install from source after patching the
hdf5
andhdf5-sys
crates.However, I hit another roadblock. When trying to install, I got an error indicating that usage of the
features = ["threadsafe"]
was causing problems:I recognize that this is a problem with my own
hdf5
installation, but it seems like installing threadsafehdf5
is notan easy thing to dovery common. I had to custom edit some homebrew formulas to get even close to that. Moreover, the people over athdf5
suggested just using thestatic
feature over thethreadsafe
feature.update: I even tried pulling one of their binaries, but that didn't work either since it seems like those weren't build with
--enable-threadsafe
Any thoughts? Whats a good way to get this going locally I am eager to try it out and very excited about this project!
The text was updated successfully, but these errors were encountered: