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

collections.Iterator incompatibility? #266

Closed
devzzzero opened this issue Sep 20, 2024 · 2 comments
Closed

collections.Iterator incompatibility? #266

devzzzero opened this issue Sep 20, 2024 · 2 comments

Comments

@devzzzero
Copy link

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 ?

@devzzzero
Copy link
Author

TOP: woops. this is a duplicate of #250

@devzzzero
Copy link
Author

TOP: woops. this is a duplicate of #250

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

1 participant