openworm / c302

The c302 framework for generating multiscale network models of C. elegans
https://www.opensourcebrain.org/projects/c302
109 stars 21 forks source link

fatal error: 'H5public.h' file not found #55

Closed Abhinandan-Kushwaha closed 10 months ago

Abhinandan-Kushwaha commented 10 months ago

After cloning the c302 repo and running pip3 install . I am getting the following error-

/var/folders/b6/75cxrjwd3vb2ljjm8mxm452h0000gn/T/H5closeoesewhwn.c:1:10: fatal error: 'H5public.h' file not found
Screenshot 2023-12-17 at 4 13 19 AM
Abhinandan-Kushwaha commented 10 months ago

After installing anaconda I ran pip install . inside the c302 and it worked like a charm! It's better to install Anaconda first.