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
Hi, I am playing with python 3.10
and here is my zerorpc version
$ pip show zerorpc Name: zerorpc Version: 0.6.3 Summary: zerorpc is a flexible RPC based on zeromq. Home-page: https://github.com/0rpc/zerorpc-python Author: François-Xavier Bourlet <[email protected]>. Author-email: UNKNOWN License: MIT Location: /home/ai/MiniConda3/envs/rag/lib/python3.10/site-packages Requires: future, gevent, msgpack, pyzmq Required-by:
The simple test in the readme
is barfing on the zerorpc client call side with
AttributeError: module 'collections' has no attribute 'Iterator'
Was this meant to be collections.abc.Iterator ?
collections.abc.Iterator
The text was updated successfully, but these errors were encountered:
TOP: woops. this is a duplicate of #250
Sorry, something went wrong.
No branches or pull requests
Hi, I am playing with python 3.10
and here is my zerorpc version
The simple test in the readme
is barfing on the zerorpc client call side with
AttributeError: module 'collections' has no attribute 'Iterator'
Was this meant to be
collections.abc.Iterator
?The text was updated successfully, but these errors were encountered: