lida icon indicating copy to clipboard operation
lida copied to clipboard

Error: name 'tiktoken' is not defined

Open agvaishali opened this issue 2 years ago • 1 comments

Upon executing this: charts = lida.visualize(summary=summary, goal=user_query, textgen_config=textgen_config)

I am getting error: name 'tiktoken' is not defined

agvaishali avatar Dec 20 '23 10:12 agvaishali

are you able to run pip install lida without any errors? I typically suggest using a fresh python environment e.g. via conda.

victordibia avatar Dec 20 '23 18:12 victordibia