Since 103.5 Google Drive Backup no more working

All is in the title, here’s my log:

Log
Traceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 900, in _find_spec
AttributeError: '_SixMetaPathImporter' object has no attribute 'find_spec'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/app/backup/__main__.py", line 1, in <module>
    import requests
  File "/usr/lib/python3.7/site-packages/requests/__init__.py", line 43, in <module>
    import urllib3
  File "/usr/lib/python3.7/site-packages/urllib3/__init__.py", line 7, in <module>
    from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url
  File "/usr/lib/python3.7/site-packages/urllib3/connectionpool.py", line 11, in <module>
    from .exceptions import (
  File "/usr/lib/python3.7/site-packages/urllib3/exceptions.py", line 2, in <module>
    from .packages.six.moves.http_client import IncompleteRead as httplib_IncompleteRead
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 963, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 902, in _find_spec
  File "<frozen importlib._bootstrap>", line 879, in _find_spec_legacy
  File "<frozen importlib._bootstrap>", line 449, in spec_from_loader
  File "/usr/lib/python3.7/site-packages/urllib3/packages/six.py", line 212, in is_package
    return hasattr(self.__get_module(fullname), "__path__")
  File "/usr/lib/python3.7/site-packages/urllib3/packages/six.py", line 116, in __getattr__
    _module = self._resolve()
  File "/usr/lib/python3.7/site-packages/urllib3/packages/six.py", line 113, in _resolve
    return _import_module(self.mod)
  File "/usr/lib/python3.7/site-packages/urllib3/packages/six.py", line 82, in _import_module
    __import__(name)
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 963, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 906, in _find_spec
  File "<frozen importlib._bootstrap_external>", line 1280, in find_spec
  File "<frozen importlib._bootstrap_external>", line 1252, in _get_spec
  File "<frozen importlib._bootstrap_external>", line 1368, in find_spec
  File "<frozen importlib._bootstrap_external>", line 1408, in _fill_cache
OSError: [Errno 74] Bad message: '/usr/lib/python3.7/http'

@chris669

Have you tried reporting it to the developer on GitHub?

Did it now, tanks

Mine still works after upgrade to 1.103_5. Have you tried restarting HA?

Yes, I did restart. Running 64bits version on RPI3B+, I know this is recommended to use the 32bits, but, was working before. I’m also running from USB stick, and no SD card, do not know if it is related.

I am running 64-bits (Ubuntu 18.04 LTS) on a Intel NUC. Just upgraded to 1.103_6, still working fine

after investigation with the developer @sabeechen, it appears that I had a corrupted file. Reinstalled it and everything is perfect, thanks @sabeechen!