QtCore.so: undefined symbol: _ZdlPvm, version Qt_5

I have an error after building snapcraft.
My app build from PyQT5==5.12.3 which uses qt5.12.* and then compiles using cx_freeze
It work fine when run normally before build using snapcraft.
My guess is I’m using different version of qt from core20 of snapcraft.
But I don’t know what is the qt version of core20 snapcraft.

snapcraft.yaml: https://pastebin.com/wHmm0fhN
app link: https://github.com/GoodDay360/Tempest-Launcher/releases

Full Error:

Traceback (most recent call last):
  File "/home/goodday/.local/lib/python3.9/site-packages/cx_Freeze/initscripts/__startup__.py", line 120, in run
  File "/home/goodday/.local/lib/python3.9/site-packages/cx_Freeze/initscripts/Console.py", line 16, in run
  File "Tempest Launcher.py", line 1, in <module>
  File "<frozen zipimport>", line 259, in load_module
  File "/media/sf_Microsoft_Code/Python/Tempest Launcher v2/app/qtrf.py", line 9, in <module>
  File "/home/goodday/.local/lib/python3.9/site-packages/PyQt5/__init__.py", line 21, in <module>
ImportError: /snap/tempest-launcher/x1/lib/PyQt5/QtCore.so: undefined symbol: _ZdlPvm, version Qt_5