05-24-2016, 02:04 PM
SOLVED!
The current APSchedule module which is used with piSchedule causes an error.
As of today the current piSchedule installation needs an additional step:
After that please restart the raspberry with
See also:
https://github.com/agronholm/apscheduler/issues/145
The current APSchedule module which is used with piSchedule causes an error.
As of today the current piSchedule installation needs an additional step:
Code:
pi@raspberrypi2:~ $ sudo pip install -U --user setuptools
Code:
sudo shutdown -r 0
See also:
https://github.com/agronholm/apscheduler/issues/145