<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;"><div><div>I've needed to install dozens of libs by hand eg libbluray libaom libzip liblame etc ect methought ansible did this ??</div></div></div></blockquote><div><br></div><div>ansible should have done this.  I'd suggest running ansible alone and see if it's throwing any errors.  I'd also suggest running both the script and ansible with python310</div><div><br></div><div>sudo port -N install py310-ansible</div><div>cd ~/mythtv-32/ansible</div><div>ansible-playbook-3.10 --extra-vars="ansible_python_interpreter=/opt/local/bin/python3.10 install_qtwebkit=true"  qt5.yml --ask-become-pass<br></div><div>cd ~/mythtv-32</div><div>./compileMythfrontendAnsible.zsh --version=fixes/32 --generate-dmg=true --python-version=310<br></div><div><br></div><div>BTW - there is an older prebuilt version for High Sierra posted here <a href="https://sourceforge.net/projects/mythtvformacosx/files/v32/Archive/macOS%2010.13%20High%20Sierra/">https://sourceforge.net/projects/mythtvformacosx/files/v32/Archive/macOS%2010.13%20High%20Sierra/</a></div><div><br></div><div><br></div></div></div>