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

AttributeError: 'FileFinder' object has no attribute 'find_module #1042

Closed
SureshS03 opened this issue Mar 6, 2024 · 1 comment
Closed
Labels
duplicate This issue or pull request already exists

Comments

@SureshS03
Copy link

Hey , when i try to use snscape i got this error message AttributeError: 'FileFinder' object has no attribute 'find_module

my code is

import snscrape.modules.twitter as sn

q = "india"

for x in sn.TwitterSearchScraper(q).get_items():
print(vars(x))
break

please help me to resolve and i also search on reddit someone suggest me to use this "pip3 install snscape" but still i face same error

@SureshS03 SureshS03 added the question Further information is requested label Mar 6, 2024
@TheTechRobo
Copy link
Contributor

#782

@JustAnotherArchivist JustAnotherArchivist added duplicate This issue or pull request already exists and removed question Further information is requested labels Mar 7, 2024
@JustAnotherArchivist JustAnotherArchivist closed this as not planned Won't fix, can't repro, duplicate, stale Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants