-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Error getting tweets #938
Description
I have reinstalled Twint using the github command: pip3 install --user --upgrade git+https://github.com/twintproject/twint.git@origin/master#egg=twint
I try to get the tweets in this way: twint -u username
and it returns the following error:
Traceback (most recent call last): File "c:\users\davidperea\appdata\local\programs\python\python37-32\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "c:\users\davidperea\appdata\local\programs\python\python37-32\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "C:\Users\DavidPerea\AppData\Local\Programs\Python\Python37-32\Scripts\twint.exe\__main__.py", line 5, in <module> File "C:\Users\DavidPerea\AppData\Roaming\Python\Python37\site-packages\twint\__init__.py", line 14, in <module> from . import run File "C:\Users\DavidPerea\AppData\Roaming\Python\Python37\site-packages\twint\run.py", line 4, in <module> from . import datelock, feed, get, output, verbose, storage File "C:\Users\DavidPerea\AppData\Roaming\Python\Python37\site-packages\twint\get.py", line 12, in <module> from aiohttp_socks import ProxyConnector, ProxyType ImportError: cannot import name 'ProxyConnector' from 'aiohttp_socks' (c:\users\davidperea\appdata\local\programs\python\python37-32\lib\site-packages\aiohttp_socks\__init__.py)
What can I do, please?