Skip to content

求助,win10系统下运行报错 #77

@cheeseyang

Description

@cheeseyang

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.

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