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'm getting the above error on this machine. Full error text:
Traceback (most recent call last):
File "/usr/share/backintime/common/backintime.py", line 27, in <module>
import config
File "/usr/share/backintime/common/config.py", line 32, in <module>
import tools
File "/usr/share/backintime/common/tools.py", line 1802, in <module>
class OrderedSet(collections.MutableSet):
AttributeError: module 'collections' has no attribute 'MutableSet'
Any ideas?
The text was updated successfully, but these errors were encountered:
I'm getting the above error on this machine. Full error text:
Any ideas?
The text was updated successfully, but these errors were encountered: