dr-mod / zero-btc-screen

Crypto stock price for RPi Zero
MIT License
314 stars 72 forks source link

Exception: Could not determine Jetson model #9

Closed rgegergergregrger closed 3 years ago

rgegergergregrger commented 3 years ago

I have the examples from waveshare up and running.

Trying to run your code: "python3 ~/zero-btc-screen/main.py" I get the following message: "Exception: Could not determine Jetson model" IMG_0534

Am I supposed to configure the model I'm using somewhere? I'm using a 2in13V2 Can anyone help me out here? Thank you!

dr-mod commented 3 years ago

Hey @rgegergergregrger, I think I've come across the same issue on one of my RPIs once working on another project with this screen, as far as I remember I had my RPi.GPIO library not working correctly, try to reinstall it.

rgegergergregrger commented 3 years ago

Thank you! This fixed the issue. I wasn't able to reinstall manually through apt or pi. I used the pip ignore-installed option instead: pip3 install --ignore-installed

dr-mod commented 3 years ago

You're welcome! Glad it helped.