-
Notifications
You must be signed in to change notification settings - Fork 195
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
Python SDK v24.18.0 can't import looker_sdk #1518
Comments
looker-open-source/sdk-codegen#1518 (cherry picked from commit 3c7f995)
a temporary workaround could be install a previous version: |
I have a fix here: #1521 For those in this thread, can you try installing the python sdk from the branch and confirm in this thread it works? The pip command should be:
You'll need to uninstall the original looker-sdk in your pip first:
The above installation instructions, or downgrading to 24.16.0 should suffice as a workaround until we release this change. |
@jeremytchang - installing from that branch worked for me (I was seeing the .rtl error before) |
@jeremytchang Installing from that branch fixed this issue for me too |
The original exclude only included the `looker_sdk` folder. Afaict based off other examples, we should be using exclude. Confirmed this fixes #1518 locally.
Unable to run
import looker_sdk
anymore since new Python SDK releaseThe text was updated successfully, but these errors were encountered: