I have done installation as describe in Readme (changing requirements.txt file as said in late issue). OK.
But when I launch ' onedrived-pref account add ', here's what I obtain :
Traceback (most recent call last):
File "/home/user/.local/bin/onedrived-pref", line 6, in
from pkg_resources import load_entry_point
File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 3250, in
@_call_aside
File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 3234, in _call_aside
f(*args, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 3263, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 583, in _build_master
ws.require(requires)
File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 900, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'onedrived==2.0.0' distribution was not found and is required by the application
What's wrong ? What to do to solve this ?
OS : Ubuntu 18.04 64 bits
On another machine, all was OK. But... the Onedrive directory is empty ; there is no files that I have in the web Onedrive.
Where is the mistake ?...
Is webhook (ngrok) mandatory ?
I have done installation as describe in Readme (changing requirements.txt file as said in late issue). OK. But when I launch ' onedrived-pref account add ', here's what I obtain : Traceback (most recent call last): File "/home/user/.local/bin/onedrived-pref", line 6, in
from pkg_resources import load_entry_point
File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 3250, in
@_call_aside
File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 3234, in _call_aside
f(*args, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 3263, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 583, in _build_master
ws.require(requires)
File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 900, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/local/lib/python3.6/dist-packages/pkg_resources/init.py", line 786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'onedrived==2.0.0' distribution was not found and is required by the application
What's wrong ? What to do to solve this ? OS : Ubuntu 18.04 64 bits
On another machine, all was OK. But... the Onedrive directory is empty ; there is no files that I have in the web Onedrive. Where is the mistake ?... Is webhook (ngrok) mandatory ?
Thank you for your help.