-
Notifications
You must be signed in to change notification settings - Fork 6
adlmagics initialization error #44
Comments
Got following error when trying to initialize adlmagics today. @gaoyangxiaozhu could u pls help take a look? ImportError Traceback (most recent call last) c:\python3\lib\site-packages\IPython\core\interactiveshell.py in run_line_magic(self, magic_name, line, _stack_depth) in reload_ext(self, module_str) c:\python3\lib\site-packages\IPython\core\magic.py in (f, *a, **k) c:\python3\lib\site-packages\IPython\core\magics\extension.py in reload_ext(self, module_str) c:\python3\lib\site-packages\IPython\core\extensions.py in reload_extension(self, module_str) c:\python3\lib\site-packages\IPython\core\extensions.py in load_extension(self, module_str) c:\python3\lib\importlib_init_.py in import_module(name, package) c:\python3\lib\importlib_bootstrap.py in _gcd_import(name, package, level) c:\python3\lib\importlib_bootstrap.py in find_and_load(name, import) c:\python3\lib\importlib_bootstrap.py in find_and_load_unlocked(name, import) c:\python3\lib\importlib_bootstrap.py in _load_unlocked(spec) c:\python3\lib\importlib_bootstrap_external.py in exec_module(self, module) c:\python3\lib\importlib_bootstrap.py in _call_with_frames_removed(f, *args, **kwds) c:\python3\lib\site-packages\adlmagics_init_.py in () c:\python3\lib\site-packages\adlmagics\adlmagics_main.py in () c:\python3\lib\site-packages\adlmagics\services\adla_service_sdk_impl.py in () c:\python3\lib\site-packages\azure\mgmt\datalake\analytics_init_.py in () c:\python3\lib\site-packages\azure\mgmt\datalake\analytics\account_init_.py in () c:\python3\lib\site-packages\azure\mgmt\datalake\analytics\account\data_lake_analytics_account_management_client.py in () ImportError: cannot import name 'SDKClient' |
Describe the bug
got an error when initializing the adlmagics
To Reproduce
run %reload_ext adlmagics and got the error as shown in the attached image
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: