0
Can't connect python to looker

I've downloaded the looker_sdk for python. Wrote a very simple program:

from looker_sdk import client, models


def test_looker():
    sdk = client.setup("./looker.ini")


if __name__ == "__main__":
    test_looker()

However, when I'm running it I'm getting the error:

ImportError: cannot import name 'client' from 'looker_sdk'.

I do see the models and was able to perform:

sdk = looker_sdk.init31()

what am I missing?


Python 01-07-22, 4:04 p.m. veerablog
0
This is something I've discussed with a friend. Run 3 is an addicting infinite runner game set in a futuristic universe in which you control a self-falling ball on a 3D track, combining old and new gameplay elements. A fast-paced game with some bizarre high-tech elements.
15-07-22, 2:44 p.m. chunmin89


Log-in to answer to this question.