Open rsadri opened 4 years ago
Hi, h5py is merely a package that makes python call the hdf5 binary. The installer is probably using pkg-config to find the location of the hdf5 binary, which doesn’t exist.
I’d have to install hdf5 and h5py at the app level.
Thank you,
On Aug 25, 2020, at 1:11 AM, Nicolas Holzschuch notifications@github.com wrote:
Hi, h5py is merely a package that makes python call the hdf5 binary. The installer is probably using pkg-config to find the location of the hdf5 binary, which doesn’t exist.
I’d have to install hdf5 and h5py at the app level.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/holzschu/Carnets/issues/121#issuecomment-679875098, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACH3RLBBYR7K7IA2SHM62MTSCNW27ANCNFSM4QKFA7DA.
Hi I have the same problem and I don’t know how to hdf5 and h5py at the app level. Can you help me?
Hi, h5py is merely a package that makes python call the hdf5 binary. The installer is probably using pkg-config to find the location of the hdf5 binary, which doesn’t exist.
I’d have to install hdf5 and h5py at the app level.
A consequence of Apple security policy is that users cannot install binaries on their own, only the developer can (that's what I mean by "at the app level": I would have to do it, for all users of the app).
So do you have any plan to install it?😅 or is there any other way to use h5py library in cornets?
Another vote to include hdf5 file support in Carnets.
Any updates? I would really like hdf5 file support.
When I try to install H5py using PIP command, it copies all the files but fails to find pkg-config