Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

AttributeError: module 'twint' has no attribute 'Config' #1408

Open
Mvvvxie opened this issue Apr 29, 2022 · 1 comment
Open

AttributeError: module 'twint' has no attribute 'Config' #1408

Mvvvxie opened this issue Apr 29, 2022 · 1 comment

Comments

@Mvvvxie
Copy link

Mvvvxie commented Apr 29, 2022

Issue Template

I have just finished my Final Year Project, an Online Abuse Detector featuring Twint and Tensorflow.js, but upon downloading the code and reinstalling twint it all fell apart again.
I remember fixing this issue whilst developing my prototype for my dissertation, but I completely forgot how to do so

Command Ran

import twint
c = twint.Config()

c.Search = "great"

twint.run.Search(c)

Description of Issue

Traceback (most recent call last):
File "C:\Users\maxsh\Desktop\ATAT\main.py", line 5, in
twint.Config().Search = "great"
AttributeError: module 'twint' has no attribute 'Config'

Process finished with exit code 1

@sjafroudi
Copy link

I am having the same problem. I had it working for a bit but then randomly started to get the same error mentioned above.

I tried uninstalling then reinstalling using Git and got the following error:

Screen Shot 2022-05-27 at 2 46 38 PM

There doesn't seem to be a pyproject.toml file anywhere in the repo.

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

No branches or pull requests

2 participants