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
I am using arch linux.
When starting back in time from icon nothing happens.
when starting on command line I get following erros;
$ backintime
Traceback (most recent call last):
File "/usr/share/backintime/common/backintime.py", line 27, in
import config
File "/usr/share/backintime/common/config.py", line 32, in
import tools
File "/usr/share/backintime/common/tools.py", line 1801, in
class OrderedSet(collections.MutableSet):
AttributeError: module 'collections' has no attribute 'MutableSet'