genebean / PiWeatherRock

Displays local weather on a Raspberry Pi
https://piweatherrock.technicalissues.us
MIT License
50 stars 23 forks source link

Fix python setup and x86 support #20

Closed genebean closed 4 years ago

genebean commented 4 years ago

Before this commit I had puppet using a virtualenv but that doesn't seem to be working like I thought it would. I switched it to installing pip packages to the system directly.

While testing this I also found that I needed to add a conditional for when I am testing using the x86 ISO from the Raspberry Pi website.

Fixes #18 and #19

genebean commented 4 years ago

This approach is flawed but it has lead me to a better one. I’ll try and post it tonight.

Sent with GitHawk