onedrived-dev icon indicating copy to clipboard operation
onedrived-dev copied to clipboard

can't configure

Open zzavatar09 opened this issue 4 years ago • 1 comments

when i use onedrived or onedrived-pre, it response as following: Traceback (most recent call last): File "/home/administrator/.local/bin/onedrived", line 10, in from importlib.metadata import distribution ModuleNotFoundError: No module named 'importlib.metadata'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/administrator/.local/bin/onedrived", line 13, in from importlib_metadata import distribution ModuleNotFoundError: No module named 'importlib_metadata'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/administrator/.local/bin/onedrived", line 15, in from pkg_resources import load_entry_point File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 3256, in @_call_aside File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 3240, in _call_aside f(*args, **kwargs) File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 3269, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 582, in _build_master ws.require(requires) File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 899, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 785, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'onedrivesdk' distribution was not found and is required by onedrived

zzavatar09 avatar Aug 12 '20 13:08 zzavatar09

@zzavatar09

Given the code was last updated on Jan 14, 2019 - I would say this client for OneDrive is stale and not maintained.

The OneDrive client that I actively maintain can be found here:

  • https://abraunegg.github.io/
  • https://github.com/abraunegg/onedrive

abraunegg avatar Sep 02 '20 22:09 abraunegg