-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Labels
Description
Unable to run import looker_sdk anymore since new Python SDK release
% python
Python 3.10.15 (main, Oct 3 2024, 02:24:49) [Clang 14.0.6 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import looker_sdk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/xxxxx/anaconda3/envs/mwaa251/lib/python3.10/site-packages/looker_sdk/__init__.py", line 25, in <module>
from looker_sdk.rtl import api_settings
ModuleNotFoundError: No module named 'looker_sdk.rtl'
>>>
lh-nchapman, fernando-bytecode, smackesey, sushi30, xylar and 10 more