Cosmic-Chatter / Exhibitera

Free and open-source software for building and controlling museum exhibits.
MIT License
1 stars 1 forks source link

Update requirements.txt for Raspberry Pi #8

Open forceflow1049 opened 2 weeks ago

forceflow1049 commented 2 weeks ago

In apps > requirements.txt, a user reports that the line:

pyffmpeg; platform_machine != 'arm71'

should be:

pyffmpeg; platform_machine != 'aarch64'

when compiling Exhibitera Apps for Raspberry Pi 4.