Closed Abhinandan-Kushwaha closed 10 months ago
After cloning the c302 repo and running pip3 install . I am getting the following error-
c302
pip3 install .
/var/folders/b6/75cxrjwd3vb2ljjm8mxm452h0000gn/T/H5closeoesewhwn.c:1:10: fatal error: 'H5public.h' file not found
After installing anaconda I ran pip install . inside the c302 and it worked like a charm! It's better to install Anaconda first.
pip install .
After cloning the
c302
repo and runningpip3 install .
I am getting the following error-