mirror of
https://github.com/run-llama/llama-cloud-py.git
synced 2026-08-24 10:52:54 -04:00
ImportError: cannot import name 'AsyncLlamaCloud' from 'llama_cloud' #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dtphan on GitHub (Feb 12, 2026).
Tried this example https://github.com/run-llama/llama-cloud-py/blob/main/examples/parse/parse_end_to_end.py
Got error
Tried fixing by changing the import to
from llama_cloud.client import AsyncLlamaCloudGot another error
Tried fixing by changing api_key to token
Got another error
How do I run this example?
@logan-markewich commented on GitHub (Feb 12, 2026):
@dtphan sounds like you have the wrong version of llama-cloud installed?
pip show llama-cloudshould report something greater than 1.0@logan-markewich commented on GitHub (Feb 12, 2026):
For example: https://colab.research.google.com/drive/1MAPwXzfpIs9XZ4zYpAOgjyL_1o7qClRP?usp=sharing
@dtphan commented on GitHub (Feb 12, 2026):
Looks like I'm stuck on version 0.1.45. Thanks for pointing this out.
@dtphan commented on GitHub (Feb 12, 2026):
Thanks @logan-markewich! It works after removing llama-cloud-services + llama-cloud 0.1.45 and install llama-cloud>=1.0