Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cheeseyang opened this issue Dec 7, 2020 · 1 comment
Open

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

cheeseyang opened this issue Dec 7, 2020 · 1 comment

Comments

@cheeseyang
Copy link

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.

@StrollStars
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants