Mladen Golo
Mladen Golo
Any update on this issue? I'm attempting to (automatically) compile [my project](https://github.com/kernelBPD/OCSysInfo) using Github CI. However, it fails similarly as [here](https://github.com/machawk1/wail/issues/513#issuecomment-897676808). Same error. It compiles fine using the `x86_64` flag...
Hi, @machawk1, apologies for it taking me so long to respond. I was busy with other tasks and IRL stuff. I’ve tested the following: ``` kernel@kernels-iMac ~ % pyinstaller --version...
Hi, @need4swede That quote you specified about `universal2` binaries not available due to arch-specific wheels has confused me a bit. I am unable to build `universal2` binaries on my x86_64...
Hi, @machawk1 You are correct. It would appear that the Python version that `actions/setup-python` installs is that for only the `x86_64` architecture, as per this[^1]: ~~I suspect it's installing it...
Hi, @SimPilotAdamT Would you be able to run the following command for me in PowerShell? ```ps1 Get-WmiObject -Class Win32_VideoController | Select-Object -Property * ``` Copy the output and send it...
Hi, Any update on this issue? I see an increasing number of developers porting over their python project's binaries to add ARM64 support. Most of these are manual builds on...
Hi, @panticmilos Firstly, thank you for your quick response; I appreciate it. Second, I apologise for probably a dumb and silly question – but does this mean I can actively...
Ah, ok - thank you! I presume this will be available in prereleases/official releases soon?
Yep! That worked like a charm. Thank you! [The test workflow](https://github.com/KernelWanderers/OCSysInfo/runs/6758818646?check_suite_focus=true) --- Edit: It would appear that I cannot compile ARM64 (nor `universal2`) binaries due to an issue or quirk...
Thank you for your input, @Overc1ocker. However, it is technically implemented, don’t know on which distributions it does and doesn’t work, nor do I care that deeply about it. I,...