Error while installing on MacOS
I have this issue while trying to install on Mac. it seems like the av installation package keeps failing: `error: subprocess-exited-with-error
× Building wheel for av (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [124 lines of output] `
`2 errors generated. error: command '/usr/bin/clang' failed with exit code 1 [end of output]
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for av Failed to build av ERROR: Failed to build installable wheels for some pyproject.toml based projects (av)`
I am unfortunately unable to troubleshoot anything related to mac. I don't know if this software even works on Mac, as no one has ever reported to me.
You can try running these 2 commands and see if that helps:
pip3 install --upgrade pip
python3 -m pip install --upgrade setuptools
unfortunately, it failed again...