roscoe81 / enviro-monitor

An environment monitor based on a Raspberry Pi Zero W, a Pimoroni Enviro+ and a Plantower air quality sensor to monitor, display and report on air particles, gases, temperature, humidity, noise and air pressure.
MIT License
80 stars 26 forks source link

SyntaxError #8

Closed jeffrayjones closed 3 years ago

jeffrayjones commented 3 years ago

Hi roscoe81,

just tried to run your program. Getting an error message. ...line 1205 SyntaxError: Non-ASCII character ˋ\xc2ˋ...on line 1205, but no encoding declared Maybe I did something wrong. I’m pretty new at raspbian.

Thanks a lot

roscoe81 commented 3 years ago

That looks similar to Issue #5 that was solved by using Python3. Are you using Python3?

jeffrayjones commented 3 years ago

That's exactly it. Sorry. Thanks very much

roscoe81 commented 3 years ago

No problem @jeffrayjones, glad I could help.