Hello to everyone,
I use HA in a raspberry pi 2 b+, till today, all worked well. Just now when i want start HA by instruction hass on raspbian jessie like:
pi@raspberrypi:/ $ hass
Appears these errors, than not execute HA:
Traceback (most recent call last):
File "/usr/local/bin/hass", line 7, in <module>
from homeassistant.__main__ import main
File "/usr/local/lib/python3.4/dist-packages/homeassistant/__main__.py", line 19, in <module>
from homeassistant.util.async import run_callback_threadsafe
File "/usr/local/lib/python3.4/dist-packages/homeassistant/util/__init__.py", line 17, in <module>
from .dt import as_local, utcnow
File "/usr/local/lib/python3.4/dist-packages/homeassistant/util/dt.py", line 8, in <module>
import pytz
File "/usr/local/lib/python3.4/dist-packages/pytz/__init__.py", line 33, in <module>
from pytz.tzinfo import unpickler
TypeError: source code string cannot contain null bytes
please can someone help me?