bit-team / backintime

Back In Time - An easy-to-use backup tool for GNU Linux using rsync in the back
https://backintime.readthedocs.io
GNU General Public License v2.0
1.9k stars 175 forks source link

ModuleNotFoundError: No module named 'schedule' #1763

Closed fallingrock closed 2 weeks ago

fallingrock commented 2 weeks ago

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'

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

fallingrock commented 2 weeks ago

Did not run configure.