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

TypeError: Queue.__init__() got an unexpected keyword argument 'loop' #200

Open
tainguyen7696 opened this issue Jul 20, 2023 · 3 comments
Open

Comments

@tainguyen7696
Copy link

proxybroker find --types HTTP HTTPS --lvl High --countries US --strict -l 10
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\taing\AppData\Roaming\Python\Python311\Scripts\proxybroker.exe_main
.py", line 7, in
File "C:\Users\taing\AppData\Roaming\Python\Python311\site-packages\proxybroker\cli.py", line 380, in cli
proxies = asyncio.Queue(loop=loop)
^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Queue.init() got an unexpected keyword argument 'loop'

@enema-combatant
Copy link

It's Python 3.10 related. You should only run this under <3.10, or 3.9 for example.

@miro5lav
Copy link

I got this error while trying to use faust library. I am using Python 3.11.8 though.

@whi7eboy
Copy link

whi7eboy commented Mar 13, 2024

Screenshot 2024-03-13 030405
I done it under virtual env 3.5.9 python and had same issue

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

4 participants