-
Notifications
You must be signed in to change notification settings - Fork 233
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
ModuleNotFoundError: No module named 'megaparse.parser' #161
Comments
same issue here |
#158 ;) |
Oh no this seems bad... Can we fix this without a workaround? I will help with a PR to fix it if you lead me to the problem. |
In this example: from megaparse import MegaParse parser = LlamaParser(api_key = os.getenv("LLAMA_CLOUD_API_KEY")) try this: from megaparse.parser.llama import LlamaParser |
Which version did you install ? I had the same problem, needed to move to python 3.11 and ver 0.0.48, then it works |
I found this error when executing the example from the readme:
ModuleNotFoundError: No module named 'megaparse.parser'
The text was updated successfully, but these errors were encountered: