Trying to compile my *.py* to *.exe *with *pyistaller*, but every time get *SystemError: lipo failure!* *WARNING: lipo command (['lipo', '-thin', 'x86_64', '/Users/user/PycharmProjects/acceptanceDb/dist/main', '-output', '/Users/user/PycharmProjects/acceptanceDb/dist/main']) failed with error code 1!*
What I should to do to fix it? I'm using this command line: *pyinstaller --noconfirm --onedir --console --icon "/Users/user/PycharmProjects/acceptanceDb/resourses/acceptance_icon.ico" --debug "imports" "/Users/user/PycharmProjects/acceptanceDb/main.py"* -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/5d949168-443c-4922-b580-8967e703f378n%40googlegroups.com.
