Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'schedule' #1763

Closed
fallingrock opened this issue Jun 10, 2024 · 1 comment
Closed

ModuleNotFoundError: No module named 'schedule' #1763

fallingrock opened this issue Jun 10, 2024 · 1 comment

Comments

@fallingrock
Copy link
Contributor

fallingrock commented Jun 10, 2024

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
Copy link
Contributor Author

Did not run configure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant