Skip to content
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

Closed
krishnashed opened this issue Feb 17, 2024 · 6 comments
Closed
Labels

Comments

@krishnashed
Copy link

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

@krishnashed krishnashed added bug Something isn't working triage Issue needs to be triaged/prioritized labels Feb 17, 2024
@Bearsaerker
Copy link

Did you also install the pip dependency?

pip install llama-index-readers-web

@anoopshrma anoopshrma added v0.10.X and removed bug Something isn't working triage Issue needs to be triaged/prioritized labels Feb 17, 2024
@anoopshrma
Copy link
Collaborator

Copy link

dosubot bot commented May 18, 2024

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.

@dosubot dosubot bot closed this as not planned Won't fix, can't repro, duplicate, stale May 31, 2024
@dosubot dosubot bot removed the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label May 31, 2024
@SaulML
Copy link

SaulML commented Jun 4, 2024

I have the same issue too!

@MorenoLabs
Copy link

MorenoLabs commented Jun 10, 2024

same here plus the posted guides are no longer accessible, pip install llama-index-readers-web no solving it either.

@shrijayan
Copy link

Did you also install the pip dependency?

pip install llama-index-readers-web

If we miss something else also we can use this to install.

Example:

Traceback (most recent call last):
  File "/ragonexcel/main.py", line 3, in <module>
    from llama_index.readers.docling import DoclingReader
ModuleNotFoundError: No module named 'llama_index.readers.docling'

Soluction:

pip install llama-index-readers-docling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants