just_playback icon indicating copy to clipboard operation
just_playback copied to clipboard

"Illegal Instruction(core dumped)" when trying to initialise a Playback object

Open DilettanteProjects opened this issue 1 year ago • 2 comments

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.

DilettanteProjects avatar Sep 13 '24 11:09 DilettanteProjects

Hi @DilettanteProjects,

What processor powers your ThinkPad?

cheofusi avatar Sep 14 '24 20:09 cheofusi

What processor powers your ThinkPad?

An Intel i5-2520M.

DilettanteProjects avatar Sep 15 '24 13:09 DilettanteProjects

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

cheofusi avatar Sep 16 '24 22:09 cheofusi

Thanks a bunch, works perfectly now!

DilettanteProjects avatar Sep 17 '24 12:09 DilettanteProjects