TadasBaltrusaitis / OpenFace

OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.
Other
6.71k stars 1.82k forks source link

brew install gcc --HEAD seems to be freezing my terminal. #1024

Open AnnahGrace01 opened 1 year ago

AnnahGrace01 commented 1 year ago

Describe the bug brew install gcc --HEAD seems to be freezing my terminal. I tried closing and rerunning the code. I tried leaving it and it has been like this for 20 minutes. If I use control-C, it just stops it and no message comes up.

To Reproduce See photo

Expected behavior I expect gcc to install and then the rest of the modules to be installed.

Screenshots Screen Shot 2022-10-04 at 21 26 18

Desktop (please complete the following information):

Additional context I am trying to install OpenFace. I tried using option A on the wiki for mac install first but I cannot figure out how to begin the code in the fea_tool directory. I know how to use "cd" but I am very new to this so I don't know how to cd to anything by a file path.

So, I am using option B but now running into the described issue

nyotis commented 10 months ago

Same here, maybe I will try again without the --HEAD flag

nyotis commented 10 months ago

On my machine Mac OS Monterey (12.6.8) I have built successfully by omitting the --HEAD flag from GCC - besides Clang is picked up as the C/C++ compiler