feram18 / led-stock-ticker

A display for real-time prices of stocks, cryptocurrencies, and forex rates on a Raspberry Pi-driven RGB LED matrix board. 📈
GNU General Public License v3.0
68 stars 11 forks source link

Illegal instruction #4

Closed ElPolloLoco007 closed 2 years ago

ElPolloLoco007 commented 2 years ago

I just get "Illegal instruction" when i run the command: sudo main.py...

I had rpi-rgb-led-matrix already installed, when i installed this project.

The other project still runs fine. Have no idea what the problem might be

ElPolloLoco007 commented 2 years ago

probably something to do with pi zero

feram18 commented 2 years ago

Sorry for the late reply. Since you had the library already installed, did you use the install script from this project? If not, it could be that one of the dependencies are missing (or not in a supported version). Try installing/updating just the dependencies with sudo pip3 install -r requirements.txt if that's the case.

I'm aware that the Pi Zero has some issues with the rpi-rgb-led-matrix library, but as far as I know it's only performance issues. Unfortunately I don't own a Pi Zero so I can't confirm if hardware is the issue.