onedrivecmd icon indicating copy to clipboard operation
onedrivecmd copied to clipboard

Error

Open ZL221B opened this issue 4 years ago • 0 comments

pip install onedrivecmd

root@localhost:~# onedrivecmd init Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/onedrivecmd/utils/actions.py", line 13, in from helper_file import * ModuleNotFoundError: No module named 'helper_file'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/onedrivecmd/utils/uploader.py", line 14, in from helper_file import * ModuleNotFoundError: No module named 'helper_file'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/onedrivecmd/onedrivecmd.py", line 8, in from onedrivecmd.utils.actions import * File "/usr/local/lib/python3.9/dist-packages/onedrivecmd/utils/actions.py", line 20, in from .uploader import * File "/usr/local/lib/python3.9/dist-packages/onedrivecmd/utils/uploader.py", line 21, in from .helper_item import * File "/usr/local/lib/python3.9/dist-packages/onedrivecmd/utils/helper_item.py", line 7, in import onedrivesdk File "/usr/local/lib/python3.9/dist-packages/onedrivesdk/init.py", line 6, in raise ImportError(MESSAGE) ImportError: 'onedrivesdk' has been deprecated. Visit https://pypi.org/project/onedrivesdk for migration information.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/onedrivecmd/utils/actions.py", line 13, in from helper_file import * ModuleNotFoundError: No module named 'helper_file'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/onedrivecmd/utils/uploader.py", line 14, in from helper_file import * ModuleNotFoundError: No module named 'helper_file'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/bin/onedrivecmd", line 5, in from onedrivecmd.onedrivecmd import main File "/usr/local/lib/python3.9/dist-packages/onedrivecmd/onedrivecmd.py", line 17, in from .utils.actions import * File "/usr/local/lib/python3.9/dist-packages/onedrivecmd/utils/actions.py", line 20, in from .uploader import * File "/usr/local/lib/python3.9/dist-packages/onedrivecmd/utils/uploader.py", line 21, in from .helper_item import * File "/usr/local/lib/python3.9/dist-packages/onedrivecmd/utils/helper_item.py", line 7, in import onedrivesdk File "/usr/local/lib/python3.9/dist-packages/onedrivesdk/init.py", line 6, in raise ImportError(MESSAGE) ImportError: 'onedrivesdk' has been deprecated. Visit https://pypi.org/project/onedrivesdk for migration information. root@localhost:~#

ZL221B avatar Feb 22 '22 19:02 ZL221B