Skip to content

Python SDK v24.18.0 can't import looker_sdk #1518

@wsjk

Description

@wsjk

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'
>>> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    p3Priority 3pythonPython SDK issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions