-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
[Bug]: ModuleNotFoundError: No module named 'llama_index.readers.web' #10914
Comments
Did you also install the pip dependency?
|
Yes, you need to install the reader package as well from v0.10.x onwards. Migration Guide https://pretty-sodium-5e0.notion.site/v0-10-0-Migration-Guide-6ede431dcb8841b09ea171e7f133bd77 Package registry https://pretty-sodium-5e0.notion.site/ce81b247649a44e4b6b35dfb24af28a6?v=53b3c2ced7bb4c9996b81b83c9f01139 |
Hi, @krishnashed, I'm helping the LlamaIndex team manage their backlog and am marking this issue as stale. From what I understand, you reported a ModuleNotFoundError when trying to import 'llama_index.readers.web' in version 0.10.5 of the package. It looks like the issue has been resolved by installing the pip dependency 'llama-index-readers-web' and referring to the migration guide and package registry for version 0.10.x onwards. Could you please confirm if this issue is still relevant to the latest version of the LlamaIndex repository? If it is, kindly let the LlamaIndex team know by commenting on the issue. Otherwise, feel free to close the issue yourself, or it will be automatically closed in 7 days. Thank you for your understanding and cooperation. If you have any further questions or need assistance, feel free to reach out. |
I have the same issue too! |
same here plus the posted guides are no longer accessible, pip install llama-index-readers-web no solving it either. |
If we miss something else also we can use this to install. Example:
Soluction:
|
Bug Description
I have installed all necessary pip libraries needed, but i still find the error
ModuleNotFoundError: No module named 'llama_index.readers.web'
When i try to import
from llama_index.readers.web import TrafilaturaWebReader
Version
0.10.5
Steps to Reproduce
pip install llama-index
And try to import in a python file and run it
from llama_index.readers.web import TrafilaturaWebReader
Relevant Logs/Tracbacks
No response
The text was updated successfully, but these errors were encountered: