We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently it's not possible to use web3.py webscokets providers with python 3.10, because when trying to connect it fails with:
TypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary
Solution would be: websockets package needs to be upgraded to 10.0, which support python 3.10
Related #2172
The text was updated successfully, but these errors were encountered:
This is closed by PR #2175 [#2324]
Sorry, something went wrong.
I have the same error as well with the latest version of web3.py.
closed by #2324 !
No branches or pull requests
Currently it's not possible to use web3.py webscokets providers with python 3.10, because when trying to connect it fails with:
Solution would be: websockets package needs to be upgraded to 10.0, which support python 3.10
Related #2172
The text was updated successfully, but these errors were encountered: