py2pp "No module named ..."
I am trying to compile an app that works fine in alias mode (I followed the instructions in this video: https://www.youtube.com/watch?v=DVOoHL2Bp_o). However, when running the "python3 setup.py py2app" I get the error: "ImportError: No module named PyInstaller.hooks.hook-PyQt5.QtWinExtras".
I tried to install the unfound module. This seems to solve the immediate issue but upon attempting to compile again, there is another "No module named" error for another module. This keeps going forever.
Can anybody help? I just started programming, my tech skills are quite low. Would be great to get help with easy words :) Thank you so much!
is pyinstaller module in your mac? you need to uninstall it