cnbeining / onedrivecmd

A command line client for Onedrive.
https://www.cnbeining.com/
GNU Affero General Public License v3.0
378 stars 78 forks source link

Error #84

Open ZL221B opened 2 years ago

ZL221B commented 2 years ago

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