Skip to content

Error #84

@ZL221B

Description

@ZL221B

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:~#

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions