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
I installed the 0_setup.sh file according to the steps, but encountered a build problem with h5py at the last step. Has anyone encountered this before, and how can it be resolved?(Chip is M2)
The text was updated successfully, but these errors were encountered:
I also have this issue and I have managed to run the scripts by taking a few steps, but some step may be unnecessary in solving the problem, so I'll list them below FYR. My environment is Python 3.9.18 and M3 Max.
Install hdf5 via brew
brew install hdf5
Set the path of hdf5 to env
export HDF5_DIR=$(brew --prefix hdf5)
Modify the specified version of h5py in requirements_3.9_arm64.txt from h5py==3.1.0 to h5py==3.6.0
Now you shall be able to run 0_setup.sh. However, when I run 2_extract_images_from_video_data_src.sh, I encountered another problem about the version of protobuf, I solve it by downgrading the protobuf. If you doesn't encounter it, just omit this step.
I installed the 0_setup.sh file according to the steps, but encountered a build problem with h5py at the last step. Has anyone encountered this before, and how can it be resolved?(Chip is M2)
The text was updated successfully, but these errors were encountered: