Attempt to build the OpenPype branch release/next-minor on Macos 12.6.6 (Moneterey).
Followed the guide in README. All ok upto and including running ./tools/create_env.sh
On fetching the thirdparty libs I get the following error.
OpenPype % ./tools/fetch_thirdparty_libs.sh
<snip artwork>
>>> Reading Poetry ... OK
>>> Running Pype tool ...
>>> Handling Qt binding framework ...
>>> We'll install PySide6==6.4.3
Traceback (most recent call last):
File "/Users/bootsch/src/3rd_Party/OpenPype/./tools/fetch_thirdparty_libs.py", line 243, in <module>
main()
File "/Users/bootsch/src/3rd_Party/OpenPype/./tools/fetch_thirdparty_libs.py", line 234, in main
install_qtbinding(pyproject, openpype_root, platform_name)
File "/Users/bootsch/src/3rd_Party/OpenPype/./tools/fetch_thirdparty_libs.py", line 112, in install_qtbinding
python_vendor_dir / package / "Qt" / "plugins" / "sqldrivers"
NameError: name 'python_vendor_dir' is not defined