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

ImportError on first use #20

Closed
bashinho opened this issue Mar 29, 2022 · 4 comments
Closed

ImportError on first use #20

bashinho opened this issue Mar 29, 2022 · 4 comments

Comments

@bashinho
Copy link

git clone https://github.com/soxoj/marple.git
cd marple
pip3 install -r requirements.txt

$ ./marple.py soxoj
Traceback (most recent call last):
File "./marple.py", line 15, in
from aiohttp_socks import ProxyConnector
File "/home/[]/.local/lib/python3.8/site-packages/aiohttp_socks/init.py", line 5, in
from .connector import (
File "/home/[
]/.local/lib/python3.8/site-packages/aiohttp_socks/connector.py", line 8, in
from aiohttp.helpers import CeilTimeout # noqa
ImportError: cannot import name 'CeilTimeout' from 'aiohttp.helpers' (/home/[*******]/.local/lib/python3.8/site-packages/aiohttp/helpers.py)

System: Linux Mint Xfce on Proxmox

@soxoj
Copy link
Owner

soxoj commented Mar 29, 2022

Can you please check you aiohttp version?
pip freeze | grep aiohttp

@bashinho
Copy link
Author

$ pip freeze | grep aiohttp
aiohttp==3.8.1
aiohttp-socks==0.7.1

@soxoj
Copy link
Owner

soxoj commented Apr 7, 2022

Please, try to run pip install --upgrade aiohttp && pip install --force-reinstall aiohttp-socks
Thread: twintproject/twint#1297

@bashinho
Copy link
Author

bashinho commented Apr 8, 2022

that worked. thank you

Links: total collected 998 / unique with username in URL 617 / reliable 60 / documents 14

@soxoj soxoj closed this as completed Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants