I get this error for everything now... all of the upgrade functions, and omv-bandaid error with the same thing.
Python
Traceback (most recent call last):
File "/usr/sbin/omv-mkaptidx", line 35, in <module>
import apt
File "/usr/lib/python3/dist-packages/apt/__init__.py", line 26, in <module>
from apt.package import Package
File "/usr/lib/python3/dist-packages/apt/package.py", line 28, in <module>
import socket
File "/usr/lib/python3.5/socket.py", line 53, in <module>
from enum import IntEnum
File "/usr/lib/python3.5/enum.py", line 3, in <module>
from types import MappingProxyType, DynamicClassAttribute
File "/usr/lib/python3.5/types.py", line 166, in <module>
import functools as _functools
File "/usr/lib/python3.5/functools.py", line 23, in <module>
from weakref import WeakKeyDictionary
File "/usr/lib/python3.5/weakref.py", line 109
def remove(wr, selfref=ref(self), _atomic_removal=_remove_dead_weakref):
^
IndentationError: unindent does not match any outer indentation level
Reading package lists...
Display More
That line is actually actually a manually edited line that was recommended to resolve another issue from the forum.