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

error when installing the tool #1332

Open
ManuelBot59 opened this issue Jan 17, 2022 · 2 comments
Open

error when installing the tool #1332

ManuelBot59 opened this issue Jan 17, 2022 · 2 comments

Comments

@ManuelBot59
Copy link

error when installing the tool, I get this:

┌──(root💀tedd)-[/home/tedd/TOOLS/twint]
└─# twint -s piña 1 ⨯
Traceback (most recent call last):
File "/usr/local/bin/twint", line 5, in
from twint.cli import run_as_command
File "/root/.local/lib/python3.9/site-packages/twint/init.py", line 14, in
from . import run
File "/root/.local/lib/python3.9/site-packages/twint/run.py", line 4, in
from . import datelock, feed, get, output, verbose, storage
File "/root/.local/lib/python3.9/site-packages/twint/get.py", line 12, in
from aiohttp_socks import ProxyConnector, ProxyType
File "/usr/local/lib/python3.9/dist-packages/aiohttp_socks/init.py", line 5, in
from .connector import (
File "/usr/local/lib/python3.9/dist-packages/aiohttp_socks/connector.py", line 8, in
from aiohttp.helpers import CeilTimeout # noqa
ImportError: cannot import name 'CeilTimeout' from 'aiohttp.helpers' (/usr/lib/python3/dist-packages/aiohttp/helpers.py)

@hxyro
Copy link

hxyro commented Jan 23, 2022

Try replacing aiohttp with aiohttp==3.7.0 in the first line of requeriments.txt

@exiett
Copy link

exiett commented Jan 28, 2022

Try replacing aiohttp with aiohttp==3.7.0 in the first line of requeriments.txt

This worked just fine. Thank you.

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

3 participants