You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a recent update, I'm getting this error when bit is run from chron.
Traceback (most recent call last):
File "/usr/share/backintime/common/backintime.py", line 32, in <module>
import config
File "/usr/share/backintime/common/config.py", line 55, in <module>
import schedule
ModuleNotFoundError: No module named 'schedule'
After a recent update, I'm getting this error when bit is run from chron.
Appears to be related to #1747
Ran
apt install python3-schedule
and error appears to have been fixed.Running version 1.4.4-dev.ba1ff787
The text was updated successfully, but these errors were encountered: