-
Notifications
You must be signed in to change notification settings - Fork 78
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
onedrivecmd - impossible to use - onedrivesdk deprecated #57
Comments
This project need to be rewritten.
Andrea Bisello <[email protected]>于2019年9月9日 周一上午4:03写道:
… Microsoft Windows [Versione 10.0.18362.329]
(c) 2019 Microsoft Corporation. Tutti i diritti sono riservati.
C:\Users\Andrea>pip -V
pip 19.0.3 from
c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\pip
(python 3.7)
C:\Users\Andrea>pip install onedrivecmd
Requirement already satisfied: onedrivecmd in
c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages
(0.1.6)
Requirement already satisfied: progress in
c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages
(from onedrivecmd) (1.5)
Requirement already satisfied: onedrivesdk in
c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages
(from onedrivecmd) (2.0)
Requirement already satisfied: requests in
c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages
(from onedrivecmd) (2.22.0)
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in
c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages
(from requests->onedrivecmd) (1.25.3)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in
c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages
(from requests->onedrivecmd) (3.0.4)
Requirement already satisfied: certifi>=2017.4.17 in
c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages
(from requests->onedrivecmd) (2019.6.16)
Requirement already satisfied: idna<2.9,>=2.5 in
c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages
(from requests->onedrivecmd) (2.8)
You are using pip version 19.0.3, however version 19.2.3 is available.
You should consider upgrading via the 'python -m pip install --upgrade
pip' command.
C:\Users\Andrea>onedrivecmd
Traceback (most recent call last):
File
"c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\utils\actions.py",
line 10, in
from static import *
ModuleNotFoundError: No module named 'static'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\utils\uploader.py",
line 12, in
from static import *
ModuleNotFoundError: No module named 'static'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\onedrivecmd.py",
line 8, in
from onedrivecmd.utils.actions import *
File
"c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\utils\actions.py",
line 17, in
from .uploader import *
File
"c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\utils\uploader.py",
line 18, in
from .helper_item import *
File
"c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\utils\helper_item.py",
line 7, in
import onedrivesdk
File
"c:\users\andrea\appdata\local\programs\python\python37-32\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:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\utils\actions.py",
line 10, in
from static import *
ModuleNotFoundError: No module named 'static'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\utils\uploader.py",
line 12, in
from static import *
ModuleNotFoundError: No module named 'static'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"C:\Users\Andrea\AppData\Local\Programs\Python\Python37-32\Scripts\onedrivecmd-script.py",
line 11, in
load_entry_point('OnedriveCMD==0.1.6', 'console_scripts', 'onedrivecmd')()
File
"c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\pkg_resources_
*init*_.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File
"c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\pkg_resources_
*init*_.py", line 2793, in load_entry_point
return ep.load()
File
"c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\pkg_resources_
*init*_.py", line 2411, in load
return self.resolve()
File
"c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\pkg_resources_
*init*_.py", line 2417, in resolve
module = *import*(self.module_name, fromlist=['*name*'], level=0)
File
"c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\onedrivecmd.py",
line 16, in
from .utils.actions import *
File
"c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\utils\actions.py",
line 17, in
from .uploader import *
File
"c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\utils\uploader.py",
line 18, in
from .helper_item import *
File
"c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\utils\helper_item.py",
line 7, in
import onedrivesdk
File
"c:\users\andrea\appdata\local\programs\python\python37-32\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.
C:\Users\Andrea>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#57?email_source=notifications&email_token=AAL5DARMUAIKZ5UQMKNFSILQIX7OHA5CNFSM4IUX5UOKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HKDFGTA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAL5DATTEBU7SDMUMY3A5ITQIX7OHANCNFSM4IUX5UOA>
.
|
Fixed - please update. |
@cnbeining thanks ! have you already put the fix on the PIP? a pip install onedrivecmd find nothing to update. |
I believe I did yesterday but I will double check. Maybe I did not update
the version number enough.
Andrea Bisello <[email protected]>于2019年9月12日 周四下午3:11写道:
… @cnbeining <https://github.com/cnbeining> thanks ! have you already put
the fix on the PIP? a pip install onedrivecmd find nothing to update.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#57?email_source=notifications&email_token=AAL5DAWEAWTVQLPYEMRAATTQJKH6HA5CNFSM4IUX5UOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6S6DVQ#issuecomment-530964950>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAL5DARFBDEHARI3E3WY6O3QJKH6HANCNFSM4IUX5UOA>
.
|
got the same issue today, by either |
@cnbeining |
@cnbeining please, |
If |
Microsoft Windows [Versione 10.0.18362.329]
(c) 2019 Microsoft Corporation. Tutti i diritti sono riservati.
C:\Users\Andrea>pip -V
pip 19.0.3 from c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\pip (python 3.7)
C:\Users\Andrea>pip install onedrivecmd
Requirement already satisfied: onedrivecmd in c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages (0.1.6)
Requirement already satisfied: progress in c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages (from onedrivecmd) (1.5)
Requirement already satisfied: onedrivesdk in c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages (from onedrivecmd) (2.0)
Requirement already satisfied: requests in c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages (from onedrivecmd) (2.22.0)
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages (from requests->onedrivecmd) (1.25.3)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages (from requests->onedrivecmd) (3.0.4)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages (from requests->onedrivecmd) (2019.6.16)
Requirement already satisfied: idna<2.9,>=2.5 in c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages (from requests->onedrivecmd) (2.8)
You are using pip version 19.0.3, however version 19.2.3 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
C:\Users\Andrea>onedrivecmd
Traceback (most recent call last):
File "c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\utils\actions.py", line 10, in
from static import *
ModuleNotFoundError: No module named 'static'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\utils\uploader.py", line 12, in
from static import *
ModuleNotFoundError: No module named 'static'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\onedrivecmd.py", line 8, in
from onedrivecmd.utils.actions import *
File "c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\utils\actions.py", line 17, in
from .uploader import *
File "c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\utils\uploader.py", line 18, in
from .helper_item import *
File "c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\utils\helper_item.py", line 7, in
import onedrivesdk
File "c:\users\andrea\appdata\local\programs\python\python37-32\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:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\utils\actions.py", line 10, in
from static import *
ModuleNotFoundError: No module named 'static'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\utils\uploader.py", line 12, in
from static import *
ModuleNotFoundError: No module named 'static'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Andrea\AppData\Local\Programs\Python\Python37-32\Scripts\onedrivecmd-script.py", line 11, in
load_entry_point('OnedriveCMD==0.1.6', 'console_scripts', 'onedrivecmd')()
File "c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\pkg_resources_init_.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\pkg_resources_init_.py", line 2793, in load_entry_point
return ep.load()
File "c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\pkg_resources_init_.py", line 2411, in load
return self.resolve()
File "c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\pkg_resources_init_.py", line 2417, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\onedrivecmd.py", line 16, in
from .utils.actions import *
File "c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\utils\actions.py", line 17, in
from .uploader import *
File "c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\utils\uploader.py", line 18, in
from .helper_item import *
File "c:\users\andrea\appdata\local\programs\python\python37-32\lib\site-packages\onedrivecmd\utils\helper_item.py", line 7, in
import onedrivesdk
File "c:\users\andrea\appdata\local\programs\python\python37-32\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.
C:\Users\Andrea>
The text was updated successfully, but these errors were encountered: