"Illegal Instruction(core dumped)" when trying to initialise a Playback object
On my phone in termux, everything works like a charm, but on my thinkpad I get the above mentioned error. A cursory google search seems to imply this is because of incompatibility with older processors, but I'm a bit out of my depth on this.
Hi @DilettanteProjects,
What processor powers your ThinkPad?
What processor powers your ThinkPad?
An Intel i5-2520M.
Seems like the Github Action's Linux runner produces wheels containing instructions that are only supported by later intel processors.
You can build just-playback yourself using
pip install --no-binary just_playback just_playback
Thanks a bunch, works perfectly now!