-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Comments
Can you please check you aiohttp version? |
$ pip freeze | grep aiohttp |
Please, try to run |
that worked. thank you Links: total collected 998 / unique with username in URL 617 / reliable 60 / documents 14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: