onedrivecmd icon indicating copy to clipboard operation
onedrivecmd copied to clipboard

求助,win10系统下运行报错

Open cheeseyang opened this issue 3 years ago • 1 comments

PS E:\win64> onedrivecmd Traceback (most recent call last): File "c:\program files\python37\lib\site-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 "c:\program files\python37\lib\site-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 "c:\program files\python37\lib\site-packages\onedrivecmd\onedrivecmd.py", line 8, in from onedrivecmd.utils.actions import * File "c:\program files\python37\lib\site-packages\onedrivecmd\utils\actions.py", line 20, in from .uploader import * File "c:\program files\python37\lib\site-packages\onedrivecmd\utils\uploader.py", line 21, in from .helper_item import * File "c:\program files\python37\lib\site-packages\onedrivecmd\utils\helper_item.py", line 7, in import onedrivesdk File "c:\program files\python37\lib\site-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 "c:\program files\python37\lib\site-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 "c:\program files\python37\lib\site-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 "C:\Program Files\Python37\Scripts\onedrivecmd-script.py", line 11, in load_entry_point('OnedriveCMD==0.1.8.1', 'console_scripts', 'onedrivecmd')() File "c:\program files\python37\lib\site-packages\pkg_resources_init_.py", line 490, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "c:\program files\python37\lib\site-packages\pkg_resources_init_.py", line 2862, in load_entry_point return ep.load() File "c:\program files\python37\lib\site-packages\pkg_resources_init_.py", line 2462, in load return self.resolve() File "c:\program files\python37\lib\site-packages\pkg_resources_init_.py", line 2468, in resolve module = import(self.module_name, fromlist=['name'], level=0) File "c:\program files\python37\lib\site-packages\onedrivecmd\onedrivecmd.py", line 17, in from .utils.actions import * File "c:\program files\python37\lib\site-packages\onedrivecmd\utils\actions.py", line 20, in from .uploader import * File "c:\program files\python37\lib\site-packages\onedrivecmd\utils\uploader.py", line 21, in from .helper_item import * File "c:\program files\python37\lib\site-packages\onedrivecmd\utils\helper_item.py", line 7, in import onedrivesdk File "c:\program files\python37\lib\site-packages\onedrivesdk_init_.py", line 6, in raise ImportError(MESSAGE) ImportError: 'onedrivesdk' has been deprecated. Visit https://pypi.org/project/onedrivesdk for migration information.

cheeseyang avatar Dec 07 '20 05:12 cheeseyang

我这边也有这个问题,在路径下就是找不到,希望作者能出个二进制版本。

StrollStars avatar Dec 13 '20 06:12 StrollStars