You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That error means "I don't know how to open this file". My guess is that your Python 2.7 environment points to a local plugin file that defines how to open a athdf file and that Julia, using a different path, does not import that plugin.
A solution would be to look into the documents to see how to make your own plugin that defines what is inside that file and how to ensure Julia can find it.
Alternatively, as the julia thread recommends, use a generic HDF reader within Julia and then call CIS as an API (explained here) for whatever functionality you desired.
See this link
https://discourse.julialang.org/t/python-cis-read-data-function-error/115748/5
I am Julia language to read hdf5 file using CIS library. I am using PythonCall.jl to use python api for CIS library within Julia.
The text was updated successfully, but these errors were encountered: