Warning when openpype_gui and openpype_console after building manully

I build ‘OpenPype’ manually with below commands, because i dealt it on Rocky linux 8.8

  • after git clone repository

./tools/create_env.sh
./tools/fetch_thirdparty_libs.sh
./tools/build.sh

and fortunately the ‘./build/exe.linux-x86_64-3.9’ folder is created.

however, when i use ‘./build/exe.linux-x86_64-3.9/openpype_gui’ and ‘./build/exe.linux-x86_64-3.9/openpype_console’, the warning message which is in attached imaged occur.

i’d like to know what cause it is and what solution could i get ?