Closed emircanerkul closed 1 year ago
BTW, idk but ZeppPlayer was built via Mac M1 today. I just wanted to try from scratch and it just worked. Trying to same for this zmake but it started with errors..
Looks like PySide2 isn't available for macOS on arm64, it's Intel-only.
Try to install and use Intel version of Python.
@melianmiko okay, tried but this one but it automatically detect and install arm64 automatically how can i force to use intel version?
Can i use this version?
I don't know, I have only access to an Intel-based macOS emulator ¯\(ツ)/¯
Only thing that I know: already build binaries works well on M1-based mac's.
PySide6
is available for both Intel & ARM macOS, but migrating to that version will take... time. Mostly because 2 of 3 macOS virtual machines can't boot, again, and I'll need to reinstall OS at least in one of them.
I'll return to that later.
@melianmiko I replaced and sent PR. But It does not built.
But I already have it
➜ ~ whereis esbuild
esbuild: /opt/homebrew/bin/esbuild
Looks like /opt/homebrew/bin
isn't in system-level PATH variable.
I'll fix that in a few hours.
@melianmiko okay, thank you
Do git pull
and try to build & run again, added external tools lookup for /opt/homebrew/bin
directory .
And also configured support of both PySide6 and PySide2, because Qt6 dropped support of macOS 10.15, which is used with a big part of Russian ZMake/ZeppPlayer users. (big part of macOS users of course, in total most of our people use windows 10-11)
@melianmiko okay thank you now works really great
I think there is no --watch mode right? If that comes true that would be really great to see in live preview mode.
Btw if we do not needed why this package already there
It won't be included into the dist
directory and build bundle.
--watch
Maybe, later...
Thank you, have a good day..
I think this issue is fixed, and can be closed.
Upd. Ough, I didn't see previous messages...
Yep
Hi @melianmiko
Trying to build zmake but got this error.
Mac M1 Python 3.10.11